1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * sama5d3xcm_cmp.dtsi - Device Tree Include file for SAMA5D36 CMP CPU Module
5 * Copyright (C) 2016 Atmel,
9 compatible = "atmel,sama5d3xcm-cmp", "atmel,sama5d3", "atmel,sama5";
12 stdout-path = "serial0:115200n8";
16 reg = <0x20000000 0x20000000>;
21 clock-frequency = <32768>;
25 clock-frequency = <12000000>;
32 cs-gpios = <&pioD 13 0>, <0>, <0>, <0>;
35 tcb0: timer@f0010000 {
37 compatible = "atmel,tcb-timer";
42 compatible = "atmel,tcb-timer";
47 macb0: ethernet@f0028000 {
54 interrupt-parent = <&pioB>;
55 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
68 interrupt-parent = <&pioB>;
69 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
83 compatible = "active-semi,act8865";
88 vcc_1v8_reg: DCDC_REG1 {
89 regulator-name = "VCC_1V8";
90 regulator-min-microvolt = <1800000>;
91 regulator-max-microvolt = <1800000>;
95 vcc_1v2_reg: DCDC_REG2 {
96 regulator-name = "VCC_1V2";
97 regulator-min-microvolt = <1100000>;
98 regulator-max-microvolt = <1300000>;
102 vcc_3v3_reg: DCDC_REG3 {
103 regulator-name = "VCC_3V3";
104 regulator-min-microvolt = <3300000>;
105 regulator-max-microvolt = <3300000>;
109 vddana_reg: LDO_REG1 {
110 regulator-name = "VDDANA";
111 regulator-min-microvolt = <3300000>;
112 regulator-max-microvolt = <3300000>;
116 vddfuse_reg: LDO_REG2 {
117 regulator-name = "FUSE_2V5";
118 regulator-min-microvolt = <2500000>;
119 regulator-max-microvolt = <2500000>;
127 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
128 pinctrl-names = "default";
131 nand_controller: nand-controller {
137 nand-bus-width = <8>;
138 nand-ecc-mode = "hw";
139 nand-ecc-strength = <4>;
140 nand-ecc-step-size = <512>;
142 label = "atmel_nand";
145 compatible = "fixed-partitions";
146 #address-cells = <1>;
150 label = "at91bootstrap";
155 label = "bootloader";
156 reg = <0x40000 0x80000>;
159 bootloaderenv@c0000 {
160 label = "bootloader env";
161 reg = <0xc0000 0xc0000>;
165 label = "device tree";
166 reg = <0x180000 0x80000>;
171 reg = <0x200000 0x600000>;
176 reg = <0x800000 0x0f800000>;
185 compatible = "gpio-leds";
189 gpios = <&pioE 25 GPIO_ACTIVE_LOW>;
190 linux,default-trigger = "heartbeat";