2 * sama5d3xcm.dtsi - Device Tree Include file for SAMA5D3x CPU Module
4 * Copyright (C) 2013 Atmel,
5 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
7 * Licensed under GPLv2 or later.
11 compatible = "atmel,sama5d3xcm", "atmel,sama5d3", "atmel,sama5";
14 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";
15 stdout-path = "serial0:115200n8";
19 reg = <0x20000000 0x20000000>;
24 clock-frequency = <32768>;
28 clock-frequency = <12000000>;
35 cs-gpios = <&pioD 13 0>, <0>, <0>, <0>;
38 tcb0: timer@f0010000 {
40 compatible = "atmel,tcb-timer";
45 compatible = "atmel,tcb-timer";
52 pinctrl-0 = <&pinctrl_ebi_addr &pinctrl_ebi_cs0>;
53 pinctr-name = "default";
57 compatible = "cfi-flash";
58 linux,mtd-name = "physmap-flash.0";
61 reg = <0x0 0x0 0x1000000>;
63 atmel,smc-read-mode = "nrd";
64 atmel,smc-write-mode = "nwe";
65 atmel,smc-bus-width = <16>;
66 atmel,smc-ncs-rd-setup-ns = <0>;
67 atmel,smc-ncs-wr-setup-ns = <0>;
68 atmel,smc-nwe-setup-ns = <8>;
69 atmel,smc-nrd-setup-ns = <16>;
70 atmel,smc-ncs-rd-pulse-ns = <84>;
71 atmel,smc-ncs-wr-pulse-ns = <84>;
72 atmel,smc-nrd-pulse-ns = <76>;
73 atmel,smc-nwe-pulse-ns = <76>;
74 atmel,smc-nrd-cycle-ns = <107>;
75 atmel,smc-nwe-cycle-ns = <84>;
76 atmel,smc-tdf-ns = <16>;
79 nand_controller: nand-controller {
86 nand-ecc-strength = <4>;
87 nand-ecc-step-size = <512>;
92 compatible = "fixed-partitions";
97 label = "at91bootstrap";
102 label = "bootloader";
103 reg = <0x40000 0x80000>;
106 bootloaderenv@c0000 {
107 label = "bootloader env";
108 reg = <0xc0000 0xc0000>;
112 label = "device tree";
113 reg = <0x180000 0x80000>;
118 reg = <0x200000 0x600000>;
123 reg = <0x800000 0x0f800000>;
132 compatible = "gpio-leds";
136 gpios = <&pioE 25 GPIO_ACTIVE_LOW>; /* PE25, conflicts with A25, RXD2 */
137 linux,default-trigger = "heartbeat";