1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2015 Marek Vasut <marex@denx.de>
6 #include "sama5d4.dtsi"
9 model = "Aries/DENX MA5D4";
10 compatible = "aries,ma5d4", "denx,ma5d4", "atmel,sama5d4", "atmel,sama5";
13 reg = <0x20000000 0x10000000>;
18 clock-frequency = <32768>;
22 clock-frequency = <12000000>;
26 compatible = "fixed-clock";
28 clock-frequency = <20000000>;
29 clock-output-names = "clk20m";
36 pinctrl-names = "default";
37 pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_dat4_7>;
38 vmmc-supply = <&vcc_mmc0_reg>;
39 vqmmc-supply = <&vcc_3v3_reg>;
49 cs-gpios = <&pioC 3 0>, <0>, <0>, <0>;
53 compatible = "atmel,at25df321a";
54 spi-max-frequency = <50000000>;
64 cs-gpios = <&pioB 22 0>, <&pioB 23 0>, <0>, <0>;
68 compatible = "microchip,mcp2515";
71 interrupt-parent = <&pioE>;
72 interrupts = <6 IRQ_TYPE_EDGE_RISING>;
73 spi-max-frequency = <10000000>;
77 compatible = "microchip,mcp2515";
80 interrupt-parent = <&pioE>;
81 interrupts = <7 IRQ_TYPE_EDGE_RISING>;
82 spi-max-frequency = <10000000>;
86 tcb2: timer@fc024000 {
88 compatible = "atmel,tcb-timer";
93 compatible = "atmel,tcb-timer";
99 pinctrl-names = "default";
101 /* external trigger conflicts with USBA_VBUS */
108 atmel,adc-vref = <3300>;
118 vcc_3v3_reg: fixedregulator_3v3 {
119 compatible = "regulator-fixed";
120 regulator-name = "VCC 3V3";
121 regulator-min-microvolt = <3300000>;
122 regulator-max-microvolt = <3300000>;
127 vcc_mmc0_reg: fixedregulator_mmc0 {
128 compatible = "regulator-fixed";
129 gpio = <&pioE 15 GPIO_ACTIVE_HIGH>;
130 regulator-name = "RST_n MCI0";
131 regulator-min-microvolt = <3300000>;
132 regulator-max-microvolt = <3300000>;
133 vin-supply = <&vcc_3v3_reg>;