2 * at91sam9n12ek.dts - Device Tree file for AT91SAM9N12-EK board
4 * Copyright (C) 2012 Atmel,
5 * 2012 Hong Xu <hong.xu@atmel.com>
7 * Licensed under GPLv2 or later.
10 #include "at91sam9n12.dtsi"
13 model = "Atmel AT91SAM9N12-EK";
14 compatible = "atmel,at91sam9n12ek", "atmel,at91sam9n12", "atmel,at91sam9";
17 bootargs = "console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2";
21 reg = <0x20000000 0x8000000>;
30 compatible = "atmel,osc", "fixed-clock";
31 clock-frequency = <16000000>;
37 dbgu: serial@fffff200 {
49 compatible = "wm8904";
54 compatible = "qt1070";
56 interrupt-parent = <&pioA>;
57 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
58 pinctrl-names = "default";
59 pinctrl-0 = <&pinctrl_qt1070_irq>;
70 &pinctrl_mmc0_slot0_clk_cmd_dat0
71 &pinctrl_mmc0_slot0_dat1_3>;
76 cd-gpios = <&pioA 7 GPIO_ACTIVE_HIGH>;
82 pinctrl_board_mmc0: mmc0-board {
84 <AT91_PIOA 7 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PA7 gpio CD pin pull up and deglitch */
89 pinctrl_qt1070_irq: qt1070_irq {
91 <AT91_PIOA 2 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
96 pinctrl_pck0_as_audio_mck: pck0_as_audio_mck {
98 <AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
105 cs-gpios = <&pioA 14 0>, <0>, <0>, <0>;
107 compatible = "atmel,at25df321a";
108 spi-max-frequency = <50000000>;
118 nand0: nand@40000000 {
119 nand-bus-width = <8>;
120 nand-ecc-mode = "hw";
122 atmel,pmecc-cap = <2>;
123 atmel,pmecc-sector-size = <512>;
130 compatible = "gpio-leds";
134 gpios = <&pioB 4 GPIO_ACTIVE_LOW>;
135 linux,default-trigger = "mmc0";
140 gpios = <&pioB 5 GPIO_ACTIVE_LOW>;
141 linux,default-trigger = "nand-disk";
146 gpios = <&pioB 6 GPIO_ACTIVE_HIGH>;
147 linux,default-trigger = "heartbeat";
152 compatible = "gpio-keys";
156 gpios = <&pioB 3 GPIO_ACTIVE_LOW>;
163 compatible = "atmel,asoc-wm8904";
164 pinctrl-names = "default";
165 pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
167 atmel,model = "wm8904 @ AT91SAM9N12";
168 atmel,audio-routing =
169 "Headphone Jack", "HPOUTL",
170 "Headphone Jack", "HPOUTR",
171 "IN2L", "Line In Jack",
172 "IN2R", "Line In Jack",
176 atmel,ssc-controller = <&ssc0>;
177 atmel,audio-codec = <&wm8904>;