2 * sama5d3xcm_cmp.dtsi - Device Tree Include file for SAMA5D36 CMP CPU Module
4 * Copyright (C) 2016 Atmel,
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use,
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
46 compatible = "atmel,sama5d3xcm-cmp", "atmel,sama5d3", "atmel,sama5";
49 stdout-path = "serial0:115200n8";
53 reg = <0x20000000 0x20000000>;
58 clock-frequency = <32768>;
62 clock-frequency = <12000000>;
69 cs-gpios = <&pioD 13 0>, <0>, <0>, <0>;
72 macb0: ethernet@f0028000 {
79 interrupt-parent = <&pioB>;
80 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
93 interrupt-parent = <&pioB>;
94 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
100 rxd1-skew-ps = <400>;
101 rxd2-skew-ps = <400>;
102 rxd3-skew-ps = <400>;
108 compatible = "active-semi,act8865";
113 vcc_1v8_reg: DCDC_REG1 {
114 regulator-name = "VCC_1V8";
115 regulator-min-microvolt = <1800000>;
116 regulator-max-microvolt = <1800000>;
120 vcc_1v2_reg: DCDC_REG2 {
121 regulator-name = "VCC_1V2";
122 regulator-min-microvolt = <1100000>;
123 regulator-max-microvolt = <1300000>;
127 vcc_3v3_reg: DCDC_REG3 {
128 regulator-name = "VCC_3V3";
129 regulator-min-microvolt = <3300000>;
130 regulator-max-microvolt = <3300000>;
134 vddana_reg: LDO_REG1 {
135 regulator-name = "VDDANA";
136 regulator-min-microvolt = <3300000>;
137 regulator-max-microvolt = <3300000>;
141 vddfuse_reg: LDO_REG2 {
142 regulator-name = "FUSE_2V5";
143 regulator-min-microvolt = <2500000>;
144 regulator-max-microvolt = <2500000>;
152 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
153 pinctrl-names = "default";
156 nand_controller: nand-controller {
162 nand-bus-width = <8>;
163 nand-ecc-mode = "hw";
164 nand-ecc-strength = <4>;
165 nand-ecc-step-size = <512>;
167 label = "atmel_nand";
170 compatible = "fixed-partitions";
171 #address-cells = <1>;
175 label = "at91bootstrap";
180 label = "bootloader";
181 reg = <0x40000 0x80000>;
184 bootloaderenv@c0000 {
185 label = "bootloader env";
186 reg = <0xc0000 0xc0000>;
190 label = "device tree";
191 reg = <0x180000 0x80000>;
196 reg = <0x200000 0x600000>;
201 reg = <0x800000 0x0f800000>;
210 compatible = "gpio-leds";
214 gpios = <&pioE 25 GPIO_ACTIVE_LOW>;
215 linux,default-trigger = "heartbeat";