aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/meson.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/meson.dtsi')
-rw-r--r--arch/arm/boot/dts/meson.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
index b67ede515bcd..548441384d2a 100644
--- a/arch/arm/boot/dts/meson.dtsi
+++ b/arch/arm/boot/dts/meson.dtsi
@@ -150,5 +150,25 @@
150 interrupts = <0 15 1>; 150 interrupts = <0 15 1>;
151 status = "disabled"; 151 status = "disabled";
152 }; 152 };
153
154 spifc: spi@c1108c80 {
155 compatible = "amlogic,meson6-spifc";
156 reg = <0xc1108c80 0x80>;
157 #address-cells = <1>;
158 #size-cells = <0>;
159 clocks = <&clk81>;
160 status = "disabled";
161 };
162
163 ethmac: ethernet@c9410000 {
164 compatible = "amlogic,meson6-dwmac", "snps,dwmac";
165 reg = <0xc9410000 0x10000
166 0xc1108108 0x4>;
167 interrupts = <0 8 1>;
168 interrupt-names = "macirq";
169 clocks = <&clk81>;
170 clock-names = "stmmaceth";
171 status = "disabled";
172 };
153 }; 173 };
154}; /* end of / */ 174}; /* end of / */