2 * Copyright (C) 2015 Marek Vasut <marex@denx.de>
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
12 #include "sama5d4.dtsi"
15 model = "Aries/DENX MA5D4";
16 compatible = "aries,ma5d4", "denx,ma5d4", "atmel,sama5d4", "atmel,sama5";
19 reg = <0x20000000 0x10000000>;
24 clock-frequency = <32768>;
28 clock-frequency = <12000000>;
32 compatible = "fixed-clock";
34 clock-frequency = <20000000>;
35 clock-output-names = "clk20m";
42 pinctrl-names = "default";
43 pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_dat4_7>;
44 vmmc-supply = <&vcc_mmc0_reg>;
45 vqmmc-supply = <&vcc_3v3_reg>;
55 cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
59 compatible = "atmel,at25df321a";
60 spi-max-frequency = <50000000>;
70 cs-gpios = <&pioB 22 0>, <&pioB 23 0>, <0>, <0>;
74 compatible = "microchip,mcp2515";
77 interrupt-parent = <&pioE>;
78 interrupts = <6 IRQ_TYPE_EDGE_RISING>;
79 spi-max-frequency = <10000000>;
83 compatible = "microchip,mcp2515";
86 interrupt-parent = <&pioE>;
87 interrupts = <7 IRQ_TYPE_EDGE_RISING>;
88 spi-max-frequency = <10000000>;
92 tcb2: timer@fc024000 {
94 compatible = "atmel,tcb-timer";
99 compatible = "atmel,tcb-timer";
105 pinctrl-names = "default";
107 /* external trigger conflicts with USBA_VBUS */
114 atmel,adc-vref = <3300>;
124 vcc_3v3_reg: fixedregulator_3v3 {
125 compatible = "regulator-fixed";
126 regulator-name = "VCC 3V3";
127 regulator-min-microvolt = <3300000>;
128 regulator-max-microvolt = <3300000>;
133 vcc_mmc0_reg: fixedregulator_mmc0 {
134 compatible = "regulator-fixed";
135 gpio = <&pioE 15 GPIO_ACTIVE_HIGH>;
136 regulator-name = "RST_n MCI0";
137 regulator-min-microvolt = <3300000>;
138 regulator-max-microvolt = <3300000>;
139 vin-supply = <&vcc_3v3_reg>;