X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Fath79.dtsi;h=a57c58659f1e14d54e47e6187e7011bd2eb9c183;hb=6837c757cf4ac1b733c5d3124d196b6dd78b1acf;hp=c49f4652fe44a3e0ead49b78f93addfec58732e0;hpb=53c474abbdfef8eb3499e2d10c9ad491788b8a72;p=oweals%2Fopenwrt.git diff --git a/target/linux/ath79/dts/ath79.dtsi b/target/linux/ath79/dts/ath79.dtsi index c49f4652fe..a57c58659f 100644 --- a/target/linux/ath79/dts/ath79.dtsi +++ b/target/linux/ath79/dts/ath79.dtsi @@ -1,4 +1,4 @@ - +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT / { #address-cells = <1>; #size-cells = <1>; @@ -43,7 +43,7 @@ eth0: eth@19000000 { status = "disabled"; - compatible = "qca,ath79-eth", "syscon"; + compatible = "qca,ath79-eth", "syscon", "simple-mfd"; reg = <0x19000000 0x200>; interrupts = <4>; @@ -52,6 +52,10 @@ mdio0: mdio-bus { status = "disabled"; + compatible = "qca,ath79-mdio"; + #address-cells = <1>; + #size-cells = <0>; + regmap = <ð0>; clocks = <&pll ATH79_CLK_MDIO>; @@ -62,7 +66,7 @@ eth1: eth@1a000000 { status = "disabled"; - compatible = "qca,ath79-eth", "syscon"; + compatible = "qca,ath79-eth", "syscon", "simple-mfd"; reg = <0x1a000000 0x200>; interrupts = <5>; @@ -71,6 +75,10 @@ mdio1: mdio-bus { status = "disabled"; + compatible = "qca,ath79-mdio"; + #address-cells = <1>; + #size-cells = <0>; + regmap = <ð1>; clocks = <&pll ATH79_CLK_MDIO>;