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 macb0: ethernet@f0028000 {
45 interrupt-parent = <&pioB>;
46 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
59 interrupt-parent = <&pioB>;
60 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
73 nand0: nand@60000000 {
77 atmel,pmecc-cap = <4>;
78 atmel,pmecc-sector-size = <512>;
83 label = "at91bootstrap";
89 reg = <0x40000 0x80000>;
93 label = "bootloader env";
94 reg = <0xc0000 0xc0000>;
98 label = "device tree";
99 reg = <0x180000 0x80000>;
104 reg = <0x200000 0x600000>;
109 reg = <0x800000 0x0f800000>;
115 compatible = "gpio-leds";
119 gpios = <&pioE 25 GPIO_ACTIVE_LOW>; /* PE25, conflicts with A25, RXD2 */
120 linux,default-trigger = "heartbeat";