1 // SPDX-License-Identifier: GPL-2.0-only
3 * at91sam9263ek.dts - Device Tree file for Atmel at91sam9263 reference board
5 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8 #include "at91sam9263.dtsi"
11 model = "Atmel at91sam9263ek";
12 compatible = "atmel,at91sam9263ek", "atmel,at91sam9263", "atmel,at91sam9";
15 bootargs = "mem=64M root=/dev/mtdblock5 rw rootfstype=ubifs";
16 stdout-path = "serial0:115200n8";
20 reg = <0x20000000 0x4000000>;
25 clock-frequency = <32768>;
29 clock-frequency = <16367660>;
35 dbgu: serial@ffffee00 {
39 tcb0: timer@fff7c000 {
41 compatible = "atmel,tcb-timer";
46 compatible = "atmel,tcb-timer";
51 usart0: serial@fff8c000 {
59 macb0: ethernet@fffbc000 {
64 usb1: gadget@fff78000 {
65 atmel,vbus-gpio = <&pioA 25 GPIO_ACTIVE_HIGH>;
73 &pinctrl_mmc0_slot0_cmd_dat0
74 &pinctrl_mmc0_slot0_dat1_3>;
79 cd-gpios = <&pioE 18 GPIO_ACTIVE_HIGH>;
80 wp-gpios = <&pioE 19 GPIO_ACTIVE_HIGH>;
86 pinctrl_board_mmc0: mmc0-board {
88 <AT91_PIOE 18 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH /* PE18 gpio CD pin pull up and deglitch */
89 AT91_PIOE 19 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP>; /* PE19 gpio WP pin pull up */
96 cs-gpios = <&pioA 5 0>, <0>, <0>, <0>;
98 compatible = "atmel,at45", "atmel,dataflash";
99 spi-max-frequency = <50000000>;
110 display = <&display0>;
114 bits-per-pixel = <16>;
115 atmel,lcdcon-backlight;
116 atmel,dmacon = <0x1>;
117 atmel,lcdcon2 = <0x80008002>;
118 atmel,guard-time = <1>;
121 native-mode = <&timing0>;
123 clock-frequency = <4965000>;
142 nand_controller: nand-controller {
144 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
145 pinctrl-names = "default";
148 reg = <0x3 0x0 0x800000>;
149 rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
150 cs-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;
151 nand-bus-width = <8>;
152 nand-ecc-mode = "soft";
154 label = "atmel_nand";
157 compatible = "fixed-partitions";
158 #address-cells = <1>;
162 label = "at91bootstrap";
168 reg = <0x20000 0x40000>;
172 label = "bareboxenv";
173 reg = <0x60000 0x20000>;
177 label = "bareboxenv2";
178 reg = <0x80000 0x20000>;
183 reg = <0xa0000 0x20000>;
188 reg = <0xc0000 0x400000>;
193 reg = <0x4c0000 0x7800000>;
198 reg = <0x7cc0000 0x8340000>;
208 atmel,vbus-gpio = <&pioA 24 GPIO_ACTIVE_HIGH
209 &pioA 21 GPIO_ACTIVE_HIGH
215 compatible = "gpio-leds";
219 gpios = <&pioB 7 GPIO_ACTIVE_HIGH>;
220 linux,default-trigger = "heartbeat";
225 gpios = <&pioC 29 GPIO_ACTIVE_LOW>;
226 linux,default-trigger = "nand-disk";
231 compatible = "gpio-keys";
234 label = "left_click";
235 gpios = <&pioC 5 GPIO_ACTIVE_LOW>;
241 label = "right_click";
242 gpios = <&pioC 4 GPIO_ACTIVE_LOW>;
252 compatible = "atmel,24c512";