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>;
93 pinctrl-names = "default";
95 /* external trigger conflicts with USBA_VBUS */
102 atmel,adc-vref = <3300>;
112 vcc_3v3_reg: fixedregulator_3v3 {
113 compatible = "regulator-fixed";
114 regulator-name = "VCC 3V3";
115 regulator-min-microvolt = <3300000>;
116 regulator-max-microvolt = <3300000>;
121 vcc_mmc0_reg: fixedregulator_mmc0 {
122 compatible = "regulator-fixed";
123 gpio = <&pioE 15 GPIO_ACTIVE_HIGH>;
124 regulator-name = "RST_n MCI0";
125 regulator-min-microvolt = <3300000>;
126 regulator-max-microvolt = <3300000>;
127 vin-supply = <&vcc_3v3_reg>;