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 = "root=/dev/mtdblock1 rw rootfstype=jffs2";
18 stdout-path = "serial0:115200n8";
22 reg = <0x20000000 0x8000000>;
27 clock-frequency = <32768>;
31 clock-frequency = <16000000>;
37 dbgu: serial@fffff200 {
45 tcb0: timer@f8008000 {
47 compatible = "atmel,tcb-timer";
52 compatible = "atmel,tcb-timer";
61 compatible = "wlf,wm8904";
68 compatible = "qt1070";
70 interrupt-parent = <&pioA>;
71 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
72 pinctrl-names = "default";
73 pinctrl-0 = <&pinctrl_qt1070_irq>;
80 &pinctrl_mmc0_slot0_clk_cmd_dat0
81 &pinctrl_mmc0_slot0_dat1_3>;
86 cd-gpios = <&pioA 7 GPIO_ACTIVE_HIGH>;
92 pinctrl_board_mmc0: mmc0-board {
94 <AT91_PIOA 7 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PA7 gpio CD pin pull up and deglitch */
99 pinctrl_qt1070_irq: qt1070_irq {
101 <AT91_PIOA 2 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
106 pinctrl_pck0_as_audio_mck: pck0_as_audio_mck {
108 <AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
113 pinctrl_usb1_vbus_sense: usb1_vbus_sense {
115 <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>; /* PB16 gpio usb vbus sense, no pull up and deglitch */
122 cs-gpios = <&pioA 14 0>, <0>, <0>, <0>;
124 compatible = "atmel,at25df321a";
125 spi-max-frequency = <50000000>;
130 hlcdc: hlcdc@f8038000 {
133 hlcdc-display-controller {
134 pinctrl-names = "default";
135 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;
138 hlcdc_panel_output: endpoint@0 {
140 remote-endpoint = <&panel_input>;
146 usb1: gadget@f803c000 {
147 pinctrl-names = "default";
148 pinctrl-0 = <&pinctrl_usb1_vbus_sense>;
149 atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;
165 nand_controller: nand-controller {
167 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
168 pinctrl-names = "default";
171 reg = <0x3 0x0 0x800000>;
172 rb-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>;
173 cs-gpios = <&pioD 4 GPIO_ACTIVE_HIGH>;
174 nand-bus-width = <8>;
175 nand-ecc-mode = "soft";
176 nand-ecc-strength = <2>;
177 nand-ecc-step-size = <512>;
179 label = "atmel_nand";
186 atmel,vbus-gpio = <&pioB 7 GPIO_ACTIVE_LOW>;
191 backlight: backlight {
192 compatible = "pwm-backlight";
193 pwms = <&hlcdc_pwm 0 50000 0>;
194 brightness-levels = <0 4 8 16 32 64 128 255>;
195 default-brightness-level = <6>;
196 power-supply = <&bl_reg>;
200 bl_reg: backlight_regulator {
201 compatible = "regulator-fixed";
202 regulator-name = "backlight-power-supply";
203 regulator-min-microvolt = <5000000>;
204 regulator-max-microvolt = <5000000>;
209 compatible = "gpio-leds";
213 gpios = <&pioB 4 GPIO_ACTIVE_LOW>;
214 linux,default-trigger = "mmc0";
219 gpios = <&pioB 5 GPIO_ACTIVE_LOW>;
220 linux,default-trigger = "nand-disk";
225 gpios = <&pioB 6 GPIO_ACTIVE_HIGH>;
226 linux,default-trigger = "heartbeat";
231 compatible = "gpio-keys";
235 gpios = <&pioB 3 GPIO_ACTIVE_LOW>;
242 compatible = "qiaodian,qd43003c0-40", "simple-panel";
243 backlight = <&backlight>;
244 power-supply = <&panel_reg>;
245 #address-cells = <1>;
251 #address-cells = <1>;
254 panel_input: endpoint@0 {
256 remote-endpoint = <&hlcdc_panel_output>;
261 panel_reg: panel_regulator {
262 compatible = "regulator-fixed";
263 regulator-name = "panel-power-supply";
264 regulator-min-microvolt = <3300000>;
265 regulator-max-microvolt = <3300000>;
270 compatible = "atmel,asoc-wm8904";
271 pinctrl-names = "default";
272 pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
274 atmel,model = "wm8904 @ AT91SAM9N12";
275 atmel,audio-routing =
276 "Headphone Jack", "HPOUTL",
277 "Headphone Jack", "HPOUTR",
278 "IN2L", "Line In Jack",
279 "IN2R", "Line In Jack",
283 atmel,ssc-controller = <&ssc0>;
284 atmel,audio-codec = <&wm8904>;