1 // SPDX-License-Identifier: GPL-2.0-only
3 * at91sam9g20ek_common.dtsi - Device Tree file for Atmel at91sam9g20ek board
5 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7 #include "at91sam9g20.dtsi"
12 bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs";
13 stdout-path = "serial0:115200n8";
17 reg = <0x20000000 0x4000000>;
22 clock-frequency = <32768>;
26 clock-frequency = <18432000>;
34 pinctrl_pck0_as_mck: pck0_as_mck {
36 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
42 pinctrl_board_mmc0_slot1: mmc0_slot1-board {
44 <AT91_PIOC 9 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PC9 gpio CD pin pull up and deglitch */
49 dbgu: serial@fffff200 {
53 tcb0: timer@fffa0000 {
55 compatible = "atmel,tcb-timer";
60 compatible = "atmel,tcb-timer";
65 usart0: serial@fffb0000 {
70 &pinctrl_usart0_dtr_dsr
76 usart1: serial@fffb4000 {
80 macb0: ethernet@fffc4000 {
85 usb1: gadget@fffa4000 {
86 atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
92 &pinctrl_board_mmc0_slot1
94 &pinctrl_mmc0_slot1_cmd_dat0
95 &pinctrl_mmc0_slot1_dat1_3>;
100 cd-gpios = <&pioC 9 GPIO_ACTIVE_HIGH>;
106 pinctrl-0 = <&pinctrl_ssc0_tx>;
110 cs-gpios = <0>, <&pioC 11 0>, <0>, <0>;
112 compatible = "atmel,at45", "atmel,dataflash";
113 spi-max-frequency = <50000000>;
119 atmel,wakeup-counter = <10>;
120 atmel,wakeup-rtt-timer;
124 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
132 gpbr: syscon@fffffd50 {
140 nand_controller: nand-controller {
142 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
143 pinctrl-names = "default";
146 reg = <0x3 0x0 0x800000>;
147 rb-gpios = <&pioC 13 GPIO_ACTIVE_HIGH>;
148 cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>;
149 nand-bus-width = <8>;
150 nand-ecc-mode = "soft";
152 label = "atmel_nand";
155 compatible = "fixed-partitions";
156 #address-cells = <1>;
160 label = "at91bootstrap";
166 reg = <0x20000 0x40000>;
170 label = "bareboxenv";
171 reg = <0x60000 0x20000>;
175 label = "bareboxenv2";
176 reg = <0x80000 0x20000>;
181 reg = <0xa0000 0x20000>;
186 reg = <0xc0000 0x400000>;
191 reg = <0x4c0000 0x7800000>;
196 reg = <0x7cc0000 0x8340000>;
213 compatible = "atmel,24c512";
218 compatible = "wm8731";
224 compatible = "gpio-keys";
228 gpios = <&pioA 30 GPIO_ACTIVE_LOW>;
229 linux,code = <0x103>;
235 gpios = <&pioA 31 GPIO_ACTIVE_LOW>;
236 linux,code = <0x104>;
242 compatible = "atmel,at91sam9g20ek-wm8731-audio";
243 pinctrl-names = "default";
244 pinctrl-0 = <&pinctrl_pck0_as_mck>;
246 atmel,model = "wm8731 @ AT91SAMG20EK";
248 atmel,audio-routing =
252 atmel,ssc-controller = <&ssc0>;
253 atmel,audio-codec = <&wm8731>;