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";
28 bootargs = "console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait";
32 /* 128 MB, change this for 256 MB revision */
33 reg = <0x20000000 0x8000000>;
42 compatible = "atmel,osc", "fixed-clock";
43 clock-frequency = <12000000>;
47 clock-frequency = <32768>;
51 clock-frequency = <12000000>;
58 /* N.B. Aria has no SD card detect (CD), assumed present */
61 &pinctrl_mmc0_slot0_clk_cmd_dat0
62 &pinctrl_mmc0_slot0_dat1_3>;
78 /* TWD2+TCLK2 hidden behind ethernet, so no i2c2 */
80 usart0: serial@f801c000 {
81 pinctrl-0 = <&pinctrl_usart0
87 usart1: serial@f8020000 {
88 pinctrl-0 = <&pinctrl_usart1
89 /* &pinctrl_usart1_rts */
90 /* &pinctrl_usart1_cts */
95 usart2: serial@f8024000 {
96 /* cannot activate RTS2+CTS2, clash with
97 * ethernet on PB0 and PB1 */
98 pinctrl-0 = <&pinctrl_usart2>;
102 usart3: serial@f8028000 {
103 compatible = "atmel,at91sam9260-usart";
104 reg = <0xf8028000 0x200>;
105 interrupts = <8 4 5>;
106 pinctrl-names = "default";
107 pinctrl-0 = <&pinctrl_usart3
108 /* &pinctrl_usart3_rts */
109 /* &pinctrl_usart3_cts */
114 macb0: ethernet@f802c000 {
117 * following can be overwritten by bootloader:
118 * for example u-boot 'ftd set' command
120 local-mac-address = [00 00 00 00 00 00];
125 * UART0/1 pins are marked as GPIO on
126 * Aria documentation.
127 * Change to "okay" if you need additional serial ports
129 uart0: serial@f8040000 {
133 uart1: serial@f8044000 {
139 atmel,adc-channels-used = <0xf>;
142 dbgu: serial@fffff200 {
148 pinctrl_w1_0: w1_0-0 {
149 atmel,pins = <0 21 0x0 0x1>; /* PA21 PIO, pull-up */
159 usb0: ohci@00600000 {
164 usb1: ehci@00700000 {
170 compatible = "gpio-leds";
172 /* little green LED in middle of Aria G25 module */
175 gpios = <&pioB 8 GPIO_ACTIVE_HIGH>; /* PB8 */
176 linux,default-trigger = "heartbeat";
182 compatible = "w1-gpio";
183 gpios = <&pioA 21 GPIO_ACTIVE_LOW>;
184 pinctrl-names = "default";
185 pinctrl-0 = <&pinctrl_w1_0>;