2 * sama5d3xcm_cmp.dtsi - Device Tree Include file for SAMA5D36 CMP CPU Module
4 * Copyright (C) 2016 Atmel,
6 * Licensed under GPLv2 or later.
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 macb0: ethernet@f0028000 {
44 interrupt-parent = <&pioB>;
45 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
58 interrupt-parent = <&pioB>;
59 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
73 compatible = "active-semi,act8865";
78 vcc_1v8_reg: DCDC_REG1 {
79 regulator-name = "VCC_1V8";
80 regulator-min-microvolt = <1800000>;
81 regulator-max-microvolt = <1800000>;
85 vcc_1v2_reg: DCDC_REG2 {
86 regulator-name = "VCC_1V2";
87 regulator-min-microvolt = <1100000>;
88 regulator-max-microvolt = <1300000>;
92 vcc_3v3_reg: DCDC_REG3 {
93 regulator-name = "VCC_3V3";
94 regulator-min-microvolt = <3300000>;
95 regulator-max-microvolt = <3300000>;
99 vddana_reg: LDO_REG1 {
100 regulator-name = "VDDANA";
101 regulator-min-microvolt = <3300000>;
102 regulator-max-microvolt = <3300000>;
106 vddfuse_reg: LDO_REG2 {
107 regulator-name = "FUSE_2V5";
108 regulator-min-microvolt = <2500000>;
109 regulator-max-microvolt = <2500000>;
116 nand0: nand@60000000 {
117 nand-bus-width = <8>;
118 nand-ecc-mode = "hw";
120 atmel,pmecc-cap = <4>;
121 atmel,pmecc-sector-size = <512>;
126 label = "at91bootstrap";
131 label = "bootloader";
132 reg = <0x40000 0x80000>;
135 bootloaderenv@c0000 {
136 label = "bootloader env";
137 reg = <0xc0000 0xc0000>;
141 label = "device tree";
142 reg = <0x180000 0x80000>;
147 reg = <0x200000 0x600000>;
152 reg = <0x800000 0x0f800000>;
158 compatible = "gpio-leds";
162 gpios = <&pioE 25 GPIO_ACTIVE_LOW>; /* PE25, conflicts with A25, RXD2 */
163 linux,default-trigger = "heartbeat";