X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Far9132.dtsi;h=226499427980d1c07ea903055ab8d30a83aa438a;hp=4a0304998987fde186aa329dffc71a33e721c4ae;hb=028daa99743b87d33759529d40835cb51dced5cc;hpb=66c8afd115f4d03fefc0e650b90dd922487cc50f diff --git a/target/linux/ath79/dts/ar9132.dtsi b/target/linux/ath79/dts/ar9132.dtsi index 4a03049989..2264994279 100644 --- a/target/linux/ath79/dts/ar9132.dtsi +++ b/target/linux/ath79/dts/ar9132.dtsi @@ -1,5 +1,6 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +// SPDX-License-Identifier: GPL-2.0 #include +#include "ath79.dtsi" / { compatible = "qca,ar9132"; @@ -7,6 +8,10 @@ #address-cells = <1>; #size-cells = <1>; + chosen { + bootargs = "console=ttyS0,115200"; + }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -88,7 +93,7 @@ pll: pll-controller@18050000 { compatible = "qca,ar9132-pll", - "qca,ar9130-pll"; + "qca,ar9130-pll", "syscon"; reg = <0x18050000 0x20>; clock-names = "ref"; @@ -156,6 +161,15 @@ #address-cells = <1>; #size-cells = <0>; }; + + wmac: wmac@180c0000 { + compatible = "qca,ar9130-wmac"; + reg = <0x180c0000 0x230000>; + + interrupts = <2>; + + status = "disabled"; + }; }; usb_phy: usb-phy { @@ -169,3 +183,15 @@ status = "disabled"; }; }; + +ð0 { + compatible = "qca,ar9130-eth", "syscon"; + reg = <0x19000000 0x200 + 0x18070000 0x4>; + pll-data = <0x1a000000 0x13000a44 0x00441099>; + pll-reg = <0x4 0x14 20>; + pll-handle = <&pll>; + resets = <&rst 9>; + reset-names = "mac"; + qca,mac-idx = <0>; +};