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 {
49 compatible = "wlf,wm8904";
56 compatible = "qt1070";
58 interrupt-parent = <&pioA>;
59 interrupts = <2 IRQ_TYPE_EDGE_FALLING>;
60 pinctrl-names = "default";
61 pinctrl-0 = <&pinctrl_qt1070_irq>;
68 &pinctrl_mmc0_slot0_clk_cmd_dat0
69 &pinctrl_mmc0_slot0_dat1_3>;
74 cd-gpios = <&pioA 7 GPIO_ACTIVE_HIGH>;
80 pinctrl_board_mmc0: mmc0-board {
82 <AT91_PIOA 7 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PA7 gpio CD pin pull up and deglitch */
87 pinctrl_qt1070_irq: qt1070_irq {
89 <AT91_PIOA 2 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
94 pinctrl_pck0_as_audio_mck: pck0_as_audio_mck {
96 <AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
101 pinctrl_usb1_vbus_sense: usb1_vbus_sense {
103 <AT91_PIOB 16 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>; /* PB16 gpio usb vbus sense, no pull up and deglitch */
110 cs-gpios = <&pioA 14 0>, <0>, <0>, <0>;
112 compatible = "atmel,at25df321a";
113 spi-max-frequency = <50000000>;
118 hlcdc: hlcdc@f8038000 {
121 hlcdc-display-controller {
122 pinctrl-names = "default";
123 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;
126 hlcdc_panel_output: endpoint@0 {
128 remote-endpoint = <&panel_input>;
134 usb1: gadget@f803c000 {
135 pinctrl-names = "default";
136 pinctrl-0 = <&pinctrl_usb1_vbus_sense>;
137 atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>;
150 nand0: nand@40000000 {
151 nand-bus-width = <8>;
152 nand-ecc-mode = "hw";
154 atmel,pmecc-cap = <2>;
155 atmel,pmecc-sector-size = <512>;
160 usb0: ohci@00500000 {
162 atmel,vbus-gpio = <&pioB 7 GPIO_ACTIVE_LOW>;
167 backlight: backlight {
168 compatible = "pwm-backlight";
169 pwms = <&hlcdc_pwm 0 50000 0>;
170 brightness-levels = <0 4 8 16 32 64 128 255>;
171 default-brightness-level = <6>;
172 power-supply = <&bl_reg>;
176 bl_reg: backlight_regulator {
177 compatible = "regulator-fixed";
178 regulator-name = "backlight-power-supply";
179 regulator-min-microvolt = <5000000>;
180 regulator-max-microvolt = <5000000>;
185 compatible = "gpio-leds";
189 gpios = <&pioB 4 GPIO_ACTIVE_LOW>;
190 linux,default-trigger = "mmc0";
195 gpios = <&pioB 5 GPIO_ACTIVE_LOW>;
196 linux,default-trigger = "nand-disk";
201 gpios = <&pioB 6 GPIO_ACTIVE_HIGH>;
202 linux,default-trigger = "heartbeat";
207 compatible = "gpio-keys";
211 gpios = <&pioB 3 GPIO_ACTIVE_LOW>;
218 compatible = "qd,qd43003c0-40", "simple-panel";
219 backlight = <&backlight>;
220 power-supply = <&panel_reg>;
221 #address-cells = <1>;
227 #address-cells = <1>;
230 panel_input: endpoint@0 {
232 remote-endpoint = <&hlcdc_panel_output>;
237 panel_reg: panel_regulator {
238 compatible = "regulator-fixed";
239 regulator-name = "panel-power-supply";
240 regulator-min-microvolt = <3300000>;
241 regulator-max-microvolt = <3300000>;
246 compatible = "atmel,asoc-wm8904";
247 pinctrl-names = "default";
248 pinctrl-0 = <&pinctrl_pck0_as_audio_mck>;
250 atmel,model = "wm8904 @ AT91SAM9N12";
251 atmel,audio-routing =
252 "Headphone Jack", "HPOUTL",
253 "Headphone Jack", "HPOUTR",
254 "IN2L", "Line In Jack",
255 "IN2R", "Line In Jack",
259 atmel,ssc-controller = <&ssc0>;
260 atmel,audio-codec = <&wm8904>;