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"
16 compatible = "denx,ma5d4", "atmel,sama5d4", "atmel,sama5";
19 reg = <0x20000000 0x10000000>;
23 main_clock: main_clock {
24 compatible = "atmel,osc", "fixed-clock";
25 clock-frequency = <12000000>;
29 compatible = "fixed-clock";
31 clock-frequency = <20000000>;
32 clock-output-names = "clk20m";
39 pinctrl-names = "default";
40 pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_dat4_7>;
41 vmmc-supply = <&vcc_mmc0_reg>;
42 vqmmc-supply = <&vcc_3v3_reg>;
52 cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
56 compatible = "atmel,at25df321a";
57 spi-max-frequency = <50000000>;
67 cs-gpios = <&pioB 22 0>, <&pioB 23 0>, <0>, <0>;
71 compatible = "microchip,mcp2515";
74 interrupt-parent = <&pioE>;
75 interrupts = <6 GPIO_ACTIVE_LOW>;
76 spi-max-frequency = <10000000>;
80 compatible = "microchip,mcp2515";
83 interrupt-parent = <&pioE>;
84 interrupts = <7 GPIO_ACTIVE_LOW>;
85 spi-max-frequency = <10000000>;
90 pinctrl-names = "default";
92 /* external trigger conflicts with USBA_VBUS */
99 atmel,adc-vref = <3300>;
109 vcc_3v3_reg: fixedregulator@0 {
110 compatible = "regulator-fixed";
111 regulator-name = "VCC 3V3";
112 regulator-min-microvolt = <3300000>;
113 regulator-max-microvolt = <3300000>;
118 vcc_mmc0_reg: fixedregulator@1 {
119 compatible = "regulator-fixed";
120 gpio = <&pioE 15 GPIO_ACTIVE_HIGH>;
121 regulator-name = "RST_n MCI0";
122 regulator-min-microvolt = <3300000>;
123 regulator-max-microvolt = <3300000>;
124 vin-supply = <&vcc_3v3_reg>;