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>;
75 pinctrl-names = "default";
80 cd-gpios = <&pioE 18 GPIO_ACTIVE_HIGH>;
81 wp-gpios = <&pioE 19 GPIO_ACTIVE_HIGH>;
87 pinctrl_board_mmc0: mmc0-board {
89 <AT91_PIOE 18 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH /* PE18 gpio CD pin pull up and deglitch */
90 AT91_PIOE 19 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP>; /* PE19 gpio WP pin pull up */
97 cs-gpios = <&pioA 5 0>, <0>, <0>, <0>;
99 compatible = "atmel,at45", "atmel,dataflash";
100 spi-max-frequency = <50000000>;
111 display = <&display0>;
115 bits-per-pixel = <16>;
116 atmel,lcdcon-backlight;
117 atmel,dmacon = <0x1>;
118 atmel,lcdcon2 = <0x80008002>;
119 atmel,guard-time = <1>;
122 native-mode = <&timing0>;
124 clock-frequency = <4965000>;
143 nand_controller: nand-controller {
145 pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>;
146 pinctrl-names = "default";
149 reg = <0x3 0x0 0x800000>;
150 rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
151 cs-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;
152 nand-bus-width = <8>;
153 nand-ecc-mode = "soft";
155 label = "atmel_nand";
158 compatible = "fixed-partitions";
159 #address-cells = <1>;
163 label = "at91bootstrap";
169 reg = <0x20000 0x40000>;
173 label = "bareboxenv";
174 reg = <0x60000 0x20000>;
178 label = "bareboxenv2";
179 reg = <0x80000 0x20000>;
184 reg = <0xa0000 0x20000>;
189 reg = <0xc0000 0x400000>;
194 reg = <0x4c0000 0x7800000>;
199 reg = <0x7cc0000 0x8340000>;
209 atmel,vbus-gpio = <&pioA 24 GPIO_ACTIVE_HIGH
210 &pioA 21 GPIO_ACTIVE_HIGH
216 compatible = "gpio-leds";
220 gpios = <&pioB 7 GPIO_ACTIVE_HIGH>;
221 linux,default-trigger = "heartbeat";
226 gpios = <&pioC 29 GPIO_ACTIVE_LOW>;
227 linux,default-trigger = "nand-disk";
232 compatible = "gpio-keys";
235 label = "left_click";
236 gpios = <&pioC 5 GPIO_ACTIVE_LOW>;
242 label = "right_click";
243 gpios = <&pioC 4 GPIO_ACTIVE_LOW>;
253 compatible = "atmel,24c512";