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 tcb0: timer@f0010000 {
74 compatible = "atmel,tcb-timer";
79 compatible = "atmel,tcb-timer";
84 macb0: ethernet@f0028000 {
91 interrupt-parent = <&pioB>;
92 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
100 rxd3-skew-ps = <400>;
105 interrupt-parent = <&pioB>;
106 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
107 txen-skew-ps = <800>;
108 txc-skew-ps = <3000>;
109 rxdv-skew-ps = <400>;
110 rxc-skew-ps = <3000>;
111 rxd0-skew-ps = <400>;
112 rxd1-skew-ps = <400>;
113 rxd2-skew-ps = <400>;
114 rxd3-skew-ps = <400>;
120 compatible = "active-semi,act8865";
125 vcc_1v8_reg: DCDC_REG1 {
126 regulator-name = "VCC_1V8";
127 regulator-min-microvolt = <1800000>;
128 regulator-max-microvolt = <1800000>;
132 vcc_1v2_reg: DCDC_REG2 {
133 regulator-name = "VCC_1V2";
134 regulator-min-microvolt = <1100000>;
135 regulator-max-microvolt = <1300000>;
139 vcc_3v3_reg: DCDC_REG3 {
140 regulator-name = "VCC_3V3";
141 regulator-min-microvolt = <3300000>;
142 regulator-max-microvolt = <3300000>;
146 vddana_reg: LDO_REG1 {
147 regulator-name = "VDDANA";
148 regulator-min-microvolt = <3300000>;
149 regulator-max-microvolt = <3300000>;
153 vddfuse_reg: LDO_REG2 {
154 regulator-name = "FUSE_2V5";
155 regulator-min-microvolt = <2500000>;
156 regulator-max-microvolt = <2500000>;
164 pinctrl-0 = <&pinctrl_ebi_nand_addr>;
165 pinctrl-names = "default";
168 nand_controller: nand-controller {
174 nand-bus-width = <8>;
175 nand-ecc-mode = "hw";
176 nand-ecc-strength = <4>;
177 nand-ecc-step-size = <512>;
179 label = "atmel_nand";
182 compatible = "fixed-partitions";
183 #address-cells = <1>;
187 label = "at91bootstrap";
192 label = "bootloader";
193 reg = <0x40000 0x80000>;
196 bootloaderenv@c0000 {
197 label = "bootloader env";
198 reg = <0xc0000 0xc0000>;
202 label = "device tree";
203 reg = <0x180000 0x80000>;
208 reg = <0x200000 0x600000>;
213 reg = <0x800000 0x0f800000>;
222 compatible = "gpio-leds";
226 gpios = <&pioE 25 GPIO_ACTIVE_LOW>;
227 linux,default-trigger = "heartbeat";