summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/meson.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/meson.dtsi')
-rw-r--r--dts/src/arm/meson.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/dts/src/arm/meson.dtsi b/dts/src/arm/meson.dtsi
index b67ede515b..548441384d 100644
--- a/dts/src/arm/meson.dtsi
+++ b/dts/src/arm/meson.dtsi
@@ -150,5 +150,25 @@
interrupts = <0 15 1>;
status = "disabled";
};
+
+ spifc: spi@c1108c80 {
+ compatible = "amlogic,meson6-spifc";
+ reg = <0xc1108c80 0x80>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ clocks = <&clk81>;
+ status = "disabled";
+ };
+
+ ethmac: ethernet@c9410000 {
+ compatible = "amlogic,meson6-dwmac", "snps,dwmac";
+ reg = <0xc9410000 0x10000
+ 0xc1108108 0x4>;
+ interrupts = <0 8 1>;
+ interrupt-names = "macirq";
+ clocks = <&clk81>;
+ clock-names = "stmmaceth";
+ status = "disabled";
+ };
};
}; /* end of / */