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>;
39 nand0: nand@60000000 {
43 atmel,pmecc-cap = <4>;
44 atmel,pmecc-sector-size = <512>;
49 label = "at91bootstrap";
55 reg = <0x40000 0x80000>;
59 label = "bootloader env";
60 reg = <0xc0000 0xc0000>;
64 label = "device tree";
65 reg = <0x180000 0x80000>;
70 reg = <0x200000 0x600000>;
75 reg = <0x800000 0x0f800000>;
81 compatible = "gpio-leds";
85 gpios = <&pioE 25 GPIO_ACTIVE_LOW>; /* PE25, conflicts with A25, RXD2 */
86 linux,default-trigger = "heartbeat";