blob: d241c24f0d836a1ae61f4f8f8922985fd3966b36 [file] [log] [blame]
Alexandre Belloni43216d02019-04-03 22:52:18 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Josh Wu38153a02015-03-04 10:51:48 +08002/*
3 * at91-sama5d4_xplained.dts - Device Tree file for SAMA5D4 Xplained board
4 *
5 * Copyright (C) 2015 Atmel,
6 * 2015 Josh Wu <josh.wu@atmel.com>
Josh Wu38153a02015-03-04 10:51:48 +08007 */
8/dts-v1/;
9#include "sama5d4.dtsi"
Ludovic Desrochesc1f00ed2021-07-27 11:13:51 +020010#include <dt-bindings/input/input.h>
Josh Wu38153a02015-03-04 10:51:48 +080011
12/ {
13 model = "Atmel SAMA5D4 Xplained";
14 compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5";
15
16 chosen {
Alexandre Bellonie1e6c322015-06-03 14:24:17 +020017 stdout-path = "serial0:115200n8";
Josh Wu38153a02015-03-04 10:51:48 +080018 };
19
Alexandre Belloni996710a2020-08-31 19:11:28 +020020 memory@20000000 {
Josh Wu38153a02015-03-04 10:51:48 +080021 reg = <0x20000000 0x20000000>;
22 };
23
24 clocks {
Josh Wu38153a02015-03-04 10:51:48 +080025 slow_xtal {
26 clock-frequency = <32768>;
27 };
28
29 main_xtal {
30 clock-frequency = <12000000>;
31 };
32 };
33
34 ahb {
35 apb {
Nicolas Ferre0d980132016-11-30 18:36:30 +010036 uart0: serial@f8004000 {
37 atmel,use-dma-rx;
38 atmel,use-dma-tx;
39 status = "okay";
40 };
41
Nicolas Ferredf99d082015-02-26 16:05:14 +010042 i2c0: i2c@f8014000 {
Eugen Hristev18605232019-09-11 10:24:40 +020043 i2c-digital-filter;
Nicolas Ferredf99d082015-02-26 16:05:14 +010044 status = "okay";
45 };
46
Josh Wu38153a02015-03-04 10:51:48 +080047 macb0: ethernet@f8020000 {
48 phy-mode = "rmii";
49 status = "okay";
Alexandre Bellonif505dba2016-01-15 09:30:18 +010050 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_macb0_rmii &pinctrl_macb0_phy_irq>;
Josh Wu38153a02015-03-04 10:51:48 +080052
53 phy0: ethernet-phy@1 {
54 interrupt-parent = <&pioE>;
Nicolas Ferree873cc02016-01-27 11:03:02 +010055 interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
Josh Wu38153a02015-03-04 10:51:48 +080056 reg = <1>;
57 };
58 };
59
60 mmc1: mmc@fc000000 {
61 pinctrl-names = "default";
62 pinctrl-0 = <&pinctrl_mmc1_clk_cmd_dat0 &pinctrl_mmc1_dat1_3 &pinctrl_mmc1_cd>;
Ludovic Desroches8d545f32015-04-27 15:27:52 +020063 vmmc-supply = <&vcc_mmc1_reg>;
64 vqmmc-supply = <&vcc_3v3_reg>;
Josh Wu38153a02015-03-04 10:51:48 +080065 status = "okay";
66 slot@0 {
67 reg = <0>;
68 bus-width = <4>;
69 cd-gpios = <&pioE 3 0>;
70 };
71 };
72
73 usart3: serial@fc00c000 {
Alexandre Bellonief8d02d2017-01-19 01:46:58 +010074 atmel,use-dma-rx;
75 atmel,use-dma-tx;
Josh Wu38153a02015-03-04 10:51:48 +080076 status = "okay";
77 };
78
79 usart4: serial@fc010000 {
80 status = "okay";
81 };
82
Nicolas Ferre50f24722015-05-18 12:18:03 +020083 spi1: spi@fc018000 {
Claudiu Bezneabf781862021-07-27 10:40:05 +030084 pinctrl-names = "default";
85 pinctrl-0 = <&pinctrl_spi0_cs>;
Nicolas Ferre50f24722015-05-18 12:18:03 +020086 cs-gpios = <&pioB 21 0>;
87 status = "okay";
88 };
89
Alexandre Belloni41ef8162016-05-05 17:57:24 +020090 tcb2: timer@fc024000 {
91 timer0: timer@0 {
92 compatible = "atmel,tcb-timer";
93 reg = <0>;
94 };
95
96 timer1: timer@1 {
97 compatible = "atmel,tcb-timer";
98 reg = <1>;
99 };
100 };
101
Josh Wu38153a02015-03-04 10:51:48 +0800102 adc0: adc@fc034000 {
Alexandre Belloni0f17c972015-06-22 09:45:48 +0200103 pinctrl-names = "default";
104 pinctrl-0 = <
105 /* external trigger conflicts with USBA_VBUS */
106 &pinctrl_adc0_ad0
107 &pinctrl_adc0_ad1
108 &pinctrl_adc0_ad2
109 &pinctrl_adc0_ad3
110 &pinctrl_adc0_ad4
111 >;
Josh Wu38153a02015-03-04 10:51:48 +0800112 atmel,adc-vref = <3300>;
113 status = "okay";
114 };
115
116 watchdog@fc068640 {
117 status = "okay";
118 };
119
120 pinctrl@fc06a000 {
121 board {
122 pinctrl_mmc1_cd: mmc1_cd {
123 atmel,pins =
124 <AT91_PIOE 3 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
125 };
126 pinctrl_usba_vbus: usba_vbus {
127 atmel,pins =
128 <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>;
129 };
Cristian Birsanbe4dd2d2020-11-18 14:00:18 +0200130 pinctrl_usb_default: usb_default {
131 atmel,pins =
132 <AT91_PIOE 11 AT91_PERIPH_GPIO AT91_PINCTRL_NONE
133 AT91_PIOE 14 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
134 };
Josh Wu38153a02015-03-04 10:51:48 +0800135 pinctrl_key_gpio: key_gpio_0 {
136 atmel,pins =
137 <AT91_PIOE 8 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
138 };
Alexandre Bellonif505dba2016-01-15 09:30:18 +0100139 pinctrl_macb0_phy_irq: macb0_phy_irq_0 {
140 atmel,pins =
141 <AT91_PIOE 1 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
142 };
Claudiu Bezneabf781862021-07-27 10:40:05 +0300143 pinctrl_spi0_cs: spi0_cs_default {
144 atmel,pins =
145 <AT91_PIOB 21 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
146 };
147 pinctrl_gpio_leds: gpio_leds_default {
148 atmel,pins =
149 <AT91_PIOD 30 AT91_PERIPH_GPIO AT91_PINCTRL_NONE
150 AT91_PIOE 15 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
151 };
152 pinctrl_vcc_mmc1_reg: vcc_mmc1_reg {
153 atmel,pins =
154 <AT91_PIOE 4 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
155 };
Josh Wu38153a02015-03-04 10:51:48 +0800156 };
157 };
158 };
159
Rob Herring8dccafa2017-10-13 12:54:51 -0500160 usb0: gadget@400000 {
Josh Wu38153a02015-03-04 10:51:48 +0800161 atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
162 pinctrl-names = "default";
163 pinctrl-0 = <&pinctrl_usba_vbus>;
164 status = "okay";
165 };
166
Rob Herring8dccafa2017-10-13 12:54:51 -0500167 usb1: ohci@500000 {
Josh Wu38153a02015-03-04 10:51:48 +0800168 num-ports = <3>;
169 atmel,vbus-gpio = <0
170 &pioE 11 GPIO_ACTIVE_HIGH
171 &pioE 14 GPIO_ACTIVE_HIGH
172 >;
Cristian Birsanbe4dd2d2020-11-18 14:00:18 +0200173 pinctrl-names = "default";
174 pinctrl-0 = <&pinctrl_usb_default>;
Josh Wu38153a02015-03-04 10:51:48 +0800175 status = "okay";
176 };
177
Rob Herring8dccafa2017-10-13 12:54:51 -0500178 usb2: ehci@600000 {
Josh Wu38153a02015-03-04 10:51:48 +0800179 status = "okay";
180 };
181
Boris Brezillon1004a292017-05-30 11:20:53 +0200182 ebi: ebi@10000000 {
183 pinctrl-0 = <&pinctrl_ebi_cs3 &pinctrl_ebi_nrd_nandoe
184 &pinctrl_ebi_nwe_nandwe &pinctrl_ebi_nandrdy
185 &pinctrl_ebi_data_0_7 &pinctrl_ebi_nand_addr>;
186 pinctrl-names = "default";
Josh Wu38153a02015-03-04 10:51:48 +0800187 status = "okay";
188
Boris Brezillon1004a292017-05-30 11:20:53 +0200189 nand_controller: nand-controller {
190 status = "okay";
Josh Wu38153a02015-03-04 10:51:48 +0800191
Boris Brezillon1004a292017-05-30 11:20:53 +0200192 nand@3 {
193 reg = <0x3 0x0 0x2>;
194 atmel,rb = <0>;
195 nand-bus-width = <8>;
196 nand-ecc-mode = "hw";
197 nand-on-flash-bbt;
198 label = "atmel_nand";
Josh Wu38153a02015-03-04 10:51:48 +0800199
Boris Brezillon1004a292017-05-30 11:20:53 +0200200 partitions {
201 compatible = "fixed-partitions";
202 #address-cells = <1>;
203 #size-cells = <1>;
Josh Wu38153a02015-03-04 10:51:48 +0800204
Boris Brezillon1004a292017-05-30 11:20:53 +0200205 at91bootstrap@0 {
206 label = "at91bootstrap";
207 reg = <0x0 0x40000>;
208 };
Josh Wu38153a02015-03-04 10:51:48 +0800209
Boris Brezillon1004a292017-05-30 11:20:53 +0200210 bootloader@40000 {
211 label = "bootloader";
Tudor Ambarus767466b2018-10-02 16:20:38 +0300212 reg = <0x40000 0xc0000>;
Boris Brezillon1004a292017-05-30 11:20:53 +0200213 };
Josh Wu38153a02015-03-04 10:51:48 +0800214
Tudor Ambarus767466b2018-10-02 16:20:38 +0300215 bootloaderenvred@100000 {
216 label = "bootloader env redundant";
217 reg = <0x100000 0x40000>;
218 };
219
220 bootloaderenv@140000 {
Boris Brezillon1004a292017-05-30 11:20:53 +0200221 label = "bootloader env";
Tudor Ambarus767466b2018-10-02 16:20:38 +0300222 reg = <0x140000 0x40000>;
Boris Brezillon1004a292017-05-30 11:20:53 +0200223 };
224
225 dtb@180000 {
226 label = "device tree";
227 reg = <0x180000 0x80000>;
228 };
229
230 kernel@200000 {
231 label = "kernel";
232 reg = <0x200000 0x600000>;
233 };
234
235 rootfs@800000 {
236 label = "rootfs";
Tudor Ambarusdf90fc62018-10-02 16:00:35 +0300237 reg = <0x800000 0x1f800000>;
Boris Brezillon1004a292017-05-30 11:20:53 +0200238 };
239 };
240 };
Josh Wu38153a02015-03-04 10:51:48 +0800241 };
242 };
243 };
244
245 gpio_keys {
246 compatible = "gpio-keys";
247
248 pinctrl-names = "default";
249 pinctrl-0 = <&pinctrl_key_gpio>;
250
251 pb_user1 {
252 label = "pb_user1";
253 gpios = <&pioE 8 GPIO_ACTIVE_HIGH>;
Ludovic Desrochesc1f00ed2021-07-27 11:13:51 +0200254 linux,code = <KEY_PROG1>;
Sudeep Holla67ae8b92015-10-21 11:10:07 +0100255 wakeup-source;
Josh Wu38153a02015-03-04 10:51:48 +0800256 };
257 };
258
259 leds {
260 compatible = "gpio-leds";
Claudiu Bezneabf781862021-07-27 10:40:05 +0300261 pinctrl-names = "default";
262 pinctrl-0 = <&pinctrl_gpio_leds>;
Josh Wu38153a02015-03-04 10:51:48 +0800263 status = "okay";
264
265 d8 {
266 label = "d8";
267 gpios = <&pioD 30 GPIO_ACTIVE_HIGH>;
Josh Wu4a43c3b2015-04-23 10:08:04 +0200268 default-state = "on";
Josh Wu38153a02015-03-04 10:51:48 +0800269 };
270
271 d10 {
272 label = "d10";
273 gpios = <&pioE 15 GPIO_ACTIVE_LOW>;
274 linux,default-trigger = "heartbeat";
275 };
276 };
Ludovic Desroches8d545f32015-04-27 15:27:52 +0200277
Alexandre Belloni17995e62016-07-13 00:10:13 +0200278 vcc_3v3_reg: fixedregulator_3v3 {
Ludovic Desroches8d545f32015-04-27 15:27:52 +0200279 compatible = "regulator-fixed";
280 regulator-name = "VCC 3V3";
281 regulator-min-microvolt = <3300000>;
282 regulator-max-microvolt = <3300000>;
283 regulator-boot-on;
284 regulator-always-on;
285 };
286
Alexandre Belloni17995e62016-07-13 00:10:13 +0200287 vcc_mmc1_reg: fixedregulator_mmc1 {
Ludovic Desroches8d545f32015-04-27 15:27:52 +0200288 compatible = "regulator-fixed";
Claudiu Bezneabf781862021-07-27 10:40:05 +0300289 pinctrl-names = "default";
290 pinctrl-0 = <&pinctrl_vcc_mmc1_reg>;
Ludovic Desroches8d545f32015-04-27 15:27:52 +0200291 gpio = <&pioE 4 GPIO_ACTIVE_LOW>;
292 regulator-name = "VDD MCI1";
293 regulator-min-microvolt = <3300000>;
294 regulator-max-microvolt = <3300000>;
295 vin-supply = <&vcc_3v3_reg>;
Ludovic Desrochesb02acd42016-03-11 11:35:10 +0100296 regulator-always-on;
Ludovic Desroches8d545f32015-04-27 15:27:52 +0200297 };
Josh Wu38153a02015-03-04 10:51:48 +0800298};