2 * at91-sama5d4ek.dts - Device Tree file for SAMA5D4 Evaluation Kit
4 * Copyright (C) 2014 Atmel,
5 * 2014 Nicolas Ferre <nicolas.ferre@atmel.com>
7 * This file is dual-licensed: you can use it either under the terms
8 * of the GPL or the X11 license, at your option. Note that this dual
9 * licensing only applies to this file, and not this project as a
12 * a) This file is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License as
14 * published by the Free Software Foundation; either version 2 of the
15 * License, or (at your option) any later version.
17 * This file is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
24 * b) Permission is hereby granted, free of charge, to any person
25 * obtaining a copy of this software and associated documentation
26 * files (the "Software"), to deal in the Software without
27 * restriction, including without limitation the rights to use,
28 * copy, modify, merge, publish, distribute, sublicense, and/or
29 * sell copies of the Software, and to permit persons to whom the
30 * Software is furnished to do so, subject to the following
33 * The above copyright notice and this permission notice shall be
34 * included in all copies or substantial portions of the Software.
36 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
38 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
39 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
41 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
43 * OTHER DEALINGS IN THE SOFTWARE.
46 #include "sama5d4.dtsi"
49 model = "Atmel SAMA5D4-EK";
50 compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5";
58 stdout-path = &usart3;
63 reg = <0x20000000 0x20000000>;
68 clock-frequency = <32768>;
72 clock-frequency = <12000000>;
78 hlcdc: hlcdc@f0000000 {
80 atmel,output-mode = <18>;
81 atmel,guard-time = <1>;
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_pwm &pinctrl_lcd_rgb666>;
90 clock-frequency = <33260000>;
105 pinctrl-names = "default";
107 /* external trigger conflicts with USBA_VBUS */
114 /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */
115 atmel,adc-vref = <3300>;
116 /*atmel,adc-ts-wires = <4>;*/ /* Set up ADC touch screen */
117 status = "okay"; /* Enable ADC IIO support */
121 pinctrl-names = "default";
122 pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>;
126 cd-gpios = <&pioE 5 0>;
136 cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
140 compatible = "spi-flash";
141 spi-max-frequency = <50000000>;
150 compatible = "wlf,wm8904";
153 clock-names = "mclk";
157 compatible = "qt1070";
159 interrupt-parent = <&pioE>;
160 interrupts = <25 0x0>;
161 pinctrl-names = "default";
162 pinctrl-0 = <&pinctrl_qt1070_irq>;
167 compatible = "atmel,atmel_mxt_ts";
169 interrupt-parent = <&pioE>;
170 interrupts = <24 0x0>;
171 pinctrl-names = "default";
172 pinctrl-0 = <&pinctrl_mxt_ts>;
176 macb0: ethernet@f8020000 {
177 pinctrl-0 = <&pinctrl_macb0_rmii &pinctrl_macb0_phy_irq>;
183 interrupt-parent = <&pioE>;
184 interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
190 pinctrl-names = "default";
191 pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3 &pinctrl_mmc1_cd>;
196 cd-gpios = <&pioE 6 0>;
200 usart2: serial@fc008000 {
204 usart3: serial@fc00c000 {
209 usart4: serial@fc010000 {
220 pinctrl_macb0_phy_irq: macb0_phy_irq {
222 <AT91_PIOE 1 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
224 pinctrl_mmc0_cd: mmc0_cd {
226 <AT91_PIOE 5 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
228 pinctrl_mmc1_cd: mmc1_cd {
231 <AT91_PIOE 6 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
233 pinctrl_pck2_as_audio_mck: pck2_as_audio_mck {
235 <AT91_PIOB 10 AT91_PERIPH_B AT91_PINCTRL_NONE>;
237 pinctrl_usba_vbus: usba_vbus {
239 <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;
241 pinctrl_key_gpio: key_gpio_0 {
243 <AT91_PIOE 13 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE13 gpio */
245 pinctrl_qt1070_irq: qt1070_irq {
247 <AT91_PIOE 25 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
249 pinctrl_mxt_ts: mxt_irq {
251 <AT91_PIOE 24 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
257 usb0: gadget@00400000 {
258 atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
259 pinctrl-names = "default";
260 pinctrl-0 = <&pinctrl_usba_vbus>;
264 usb1: ohci@00500000 {
266 atmel,vbus-gpio = <0 /* &pioE 10 GPIO_ACTIVE_LOW */
267 &pioE 11 GPIO_ACTIVE_LOW
268 &pioE 12 GPIO_ACTIVE_LOW
273 usb2: ehci@00600000 {
277 nand0: nand@80000000 {
278 nand-bus-width = <8>;
279 nand-ecc-mode = "hw";
285 label = "at91bootstrap";
290 label = "bootloader";
291 reg = <0x40000 0x80000>;
294 bootloaderenv@c0000 {
295 label = "bootloader env";
296 reg = <0xc0000 0xc0000>;
300 label = "device tree";
301 reg = <0x180000 0x80000>;
306 reg = <0x200000 0x600000>;
311 reg = <0x800000 0x0f800000>;
317 compatible = "gpio-keys";
319 pinctrl-names = "default";
320 pinctrl-0 = <&pinctrl_key_gpio>;
324 gpios = <&pioE 13 GPIO_ACTIVE_HIGH>;
325 linux,code = <0x100>;
331 compatible = "gpio-leds";
336 /* PE28, conflicts with usart4 rts pin */
337 gpios = <&pioE 28 GPIO_ACTIVE_LOW>;
342 gpios = <&pioE 9 GPIO_ACTIVE_HIGH>;
347 gpios = <&pioE 8 GPIO_ACTIVE_LOW>;
348 linux,default-trigger = "heartbeat";
353 compatible = "atmel,asoc-wm8904";
354 pinctrl-names = "default";
355 pinctrl-0 = <&pinctrl_pck2_as_audio_mck>;
357 atmel,model = "wm8904 @ SAMA5D4EK";
358 atmel,audio-routing =
359 "Headphone Jack", "HPOUTL",
360 "Headphone Jack", "HPOUTR",
361 "IN1L", "Line In Jack",
362 "IN1R", "Line In Jack";
364 atmel,ssc-controller = <&ssc0>;
365 atmel,audio-codec = <&wm8904>;