2 * at91-ariag25.dts - Device Tree file for Acme Systems Aria G25 (AT91SAM9G25 based)
4 * Copyright (C) 2013 Douglas Gilbert <dgilbert@interlog.com>,
5 * Robert Nelson <robertcnelson@gmail.com>
7 * Licensed under GPLv2 or later.
10 #include "at91sam9g25.dtsi"
13 model = "Acme Systems Aria G25";
14 compatible = "acme,ariag25", "atmel,at91sam9x5ek",
15 "atmel,at91sam9x5", "atmel,at91sam9";
27 bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait";
31 /* 128 MB, change this for 256 MB revision */
32 reg = <0x20000000 0x8000000>;
41 compatible = "atmel,osc", "fixed-clock";
42 clock-frequency = <12000000>;
49 /* N.B. Aria has no SD card detect (CD), assumed present */
52 &pinctrl_mmc0_slot0_clk_cmd_dat0
53 &pinctrl_mmc0_slot0_dat1_3>;
69 /* TWD2+TCLK2 hidden behind ethernet, so no i2c2 */
71 usart0: serial@f801c000 {
72 pinctrl-0 = <&pinctrl_usart0
78 usart1: serial@f8020000 {
79 pinctrl-0 = <&pinctrl_usart1
80 /* &pinctrl_usart1_rts */
81 /* &pinctrl_usart1_cts */
86 usart2: serial@f8024000 {
87 /* cannot activate RTS2+CTS2, clash with
88 * ethernet on PB0 and PB1 */
89 pinctrl-0 = <&pinctrl_usart2>;
93 usart3: serial@f8028000 {
94 compatible = "atmel,at91sam9260-usart";
95 reg = <0xf8028000 0x200>;
97 pinctrl-names = "default";
98 pinctrl-0 = <&pinctrl_usart3
99 /* &pinctrl_usart3_rts */
100 /* &pinctrl_usart3_cts */
105 macb0: ethernet@f802c000 {
108 * following can be overwritten by bootloader:
109 * for example u-boot 'ftd set' command
111 local-mac-address = [00 00 00 00 00 00];
115 uart0: serial@f8040000 {
116 compatible = "atmel,at91sam9260-usart";
117 reg = <0xf8040000 0x200>;
118 interrupts = <15 4 5>;
119 pinctrl-names = "default";
120 pinctrl-0 = <&pinctrl_uart0>;
126 atmel,adc-channels-used = <0xf>;
127 atmel,adc-num-channels = <4>;
130 dbgu: serial@fffff200 {
136 pinctrl_w1_0: w1_0-0 {
137 atmel,pins = <0 21 0x0 0x1>; /* PA21 PIO, pull-up */
143 usb0: ohci@00600000 {
148 usb1: ehci@00700000 {
154 compatible = "gpio-leds";
156 /* little green LED in middle of Aria G25 module */
159 gpios = <&pioB 8 0>; /* PB8 */
160 linux,default-trigger = "heartbeat";
166 compatible = "w1-gpio";
167 gpios = <&pioA 21 1>;
168 pinctrl-names = "default";
169 pinctrl-0 = <&pinctrl_w1_0>;