aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml')
-rw-r--r--sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml20
1 files changed, 13 insertions, 7 deletions
diff --git a/sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml b/sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml
index d1e2bca3c503..0cd78d71768c 100644
--- a/sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml
+++ b/sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml
@@ -152,6 +152,12 @@ properties:
The second range is is for the Amlogic specific configuration
(for example the PRG_ETHERNET register range on Meson8b and newer)
+ interrupts:
+ maxItems: 1
+
+ interrupt-names:
+ const: macirq
+
required:
- compatible
- reg
@@ -166,11 +172,11 @@ unevaluatedProperties: false
examples:
- |
ethmac: ethernet@c9410000 {
- compatible = "amlogic,meson-gxbb-dwmac", "snps,dwmac";
- reg = <0xc9410000 0x10000>, <0xc8834540 0x8>;
- interrupts = <8>;
- interrupt-names = "macirq";
- clocks = <&clk_eth>, <&clk_fclk_div2>, <&clk_mpll2>, <&clk_fclk_div2>;
- clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
- phy-mode = "rgmii";
+ compatible = "amlogic,meson-gxbb-dwmac", "snps,dwmac";
+ reg = <0xc9410000 0x10000>, <0xc8834540 0x8>;
+ interrupts = <8>;
+ interrupt-names = "macirq";
+ clocks = <&clk_eth>, <&clk_fclk_div2>, <&clk_mpll2>, <&clk_fclk_div2>;
+ clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
+ phy-mode = "rgmii";
};