1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * at91-sama5d27_som1.dtsi - Device Tree file for SAMA5D27 SoM1 board
5 * Copyright (c) 2017, Microchip Technology Inc.
6 * 2017 Cristian Birsan <cristian.birsan@microchip.com>
7 * 2017 Claudiu Beznea <claudiu.beznea@microchip.com>
9 #include "sama5d2.dtsi"
10 #include "sama5d2-pinfunc.h"
13 model = "Atmel SAMA5D27 SoM1";
14 compatible = "atmel,sama5d27-som1", "atmel,sama5d27", "atmel,sama5d2", "atmel,sama5";
22 clock-frequency = <32768>;
26 clock-frequency = <24000000>;
31 sdmmc0: sdio-host@a0000000 {
32 microchip,sdcal-inverted;
37 pinctrl-names = "default";
38 pinctrl-0 = <&pinctrl_qspi1_default>;
43 compatible = "jedec,spi-nor";
45 spi-max-frequency = <80000000>;
46 spi-tx-bus-width = <4>;
47 spi-rx-bus-width = <4>;
50 at91bootstrap@00000000 {
51 label = "at91bootstrap";
52 reg = <0x00000000 0x00040000>;
57 reg = <0x00040000 0x000c0000>;
60 bootloaderenvred@00100000 {
61 label = "bootloader env redundant";
62 reg = <0x00100000 0x00040000>;
65 bootloaderenv@00140000 {
66 label = "bootloader env";
67 reg = <0x00140000 0x00040000>;
71 label = "device tree";
72 reg = <0x00180000 0x00080000>;
77 reg = <0x00200000 0x00600000>;
82 macb0: ethernet@f8008000 {
83 pinctrl-names = "default";
84 pinctrl-0 = <&pinctrl_macb0_default>;
89 interrupt-parent = <&pioA>;
90 interrupts = <PIN_PD31 IRQ_TYPE_LEVEL_LOW>;
91 pinctrl-names = "default";
92 pinctrl-0 = <&pinctrl_macb0_phy_irq>;
98 pinctrl-names = "default";
99 pinctrl-0 = <&pinctrl_i2c0_default>;
103 compatible = "atmel,24c02";
110 pinctrl_i2c0_default: i2c0_default {
111 pinmux = <PIN_PD21__TWD0>,
116 pinctrl_qspi1_default: qspi1_default {
118 pinmux = <PIN_PB5__QSPI1_SCK>,
124 pinmux = <PIN_PB7__QSPI1_IO0>,
125 <PIN_PB8__QSPI1_IO1>,
126 <PIN_PB9__QSPI1_IO2>,
127 <PIN_PB10__QSPI1_IO3>;
132 pinctrl_macb0_default: macb0_default {
133 pinmux = <PIN_PD9__GTXCK>,
146 pinctrl_macb0_phy_irq: macb0_phy_irq {
147 pinmux = <PIN_PD31__GPIO>;