1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * sama5d3xcm.dtsi - Device Tree Include file for SAMA5D3x CPU Module
5 * Copyright (C) 2013 Atmel,
6 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
10 compatible = "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
13 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";
14 stdout-path = "serial0:115200n8";
18 reg = <0x20000000 0x20000000>;
23 clock-frequency = <32768>;
27 clock-frequency = <12000000>;
34 cs-gpios = <&pioD 13 0>, <0>, <0>, <0>;
37 tcb0: timer@f0010000 {
39 compatible = "atmel,tcb-timer";
44 compatible = "atmel,tcb-timer";
51 pinctrl-0 = <&pinctrl_ebi_addr &pinctrl_ebi_cs0>;
52 pinctr-name = "default";
56 compatible = "cfi-flash";
57 linux,mtd-name = "physmap-flash.0";
60 reg = <0x0 0x0 0x1000000>;
62 atmel,smc-read-mode = "nrd";
63 atmel,smc-write-mode = "nwe";
64 atmel,smc-bus-width = <16>;
65 atmel,smc-ncs-rd-setup-ns = <0>;
66 atmel,smc-ncs-wr-setup-ns = <0>;
67 atmel,smc-nwe-setup-ns = <8>;
68 atmel,smc-nrd-setup-ns = <16>;
69 atmel,smc-ncs-rd-pulse-ns = <84>;
70 atmel,smc-ncs-wr-pulse-ns = <84>;
71 atmel,smc-nrd-pulse-ns = <76>;
72 atmel,smc-nwe-pulse-ns = <76>;
73 atmel,smc-nrd-cycle-ns = <107>;
74 atmel,smc-nwe-cycle-ns = <84>;
75 atmel,smc-tdf-ns = <16>;
78 nand_controller: nand-controller {
85 nand-ecc-strength = <4>;
86 nand-ecc-step-size = <512>;
91 compatible = "fixed-partitions";
96 label = "at91bootstrap";
101 label = "bootloader";
102 reg = <0x40000 0x80000>;
105 bootloaderenv@c0000 {
106 label = "bootloader env";
107 reg = <0xc0000 0xc0000>;
111 label = "device tree";
112 reg = <0x180000 0x80000>;
117 reg = <0x200000 0x600000>;
122 reg = <0x800000 0x0f800000>;
131 compatible = "gpio-leds";
135 gpios = <&pioE 25 GPIO_ACTIVE_LOW>; /* PE25, conflicts with A25, RXD2 */
136 linux,default-trigger = "heartbeat";