ath79: fix nanobeam ac ethernet interface
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7100.dtsi
index 5d5c97cd891e7af3b6abe284eb81987360525fca..2617c685218b5bb44f82eef22668409f154546bd 100644 (file)
@@ -1,10 +1,14 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-#include <dt-bindings/clock/ath79-clk.h>
+
 #include "ath79.dtsi"
 
 / {
        compatible = "qca,ar7100";
 
+       chosen {
+               bootargs = "console=ttyS0,115200";
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
                                #reset-cells = <1>;
                        };
 
-                       pcie0: pcie-controller@180c0000 {
+                       pcie0: pcie-controller@17010000 {
                                compatible = "qca,ar7100-pci";
                                #address-cells = <3>;
                                #size-cells = <2>;
 };
 
 &eth0 {
-       compatible = "qca,ar7100-eth";
+       compatible = "qca,ar7100-eth", "syscon";
        reg = <0x19000000 0x200
                0x18070000 0x4>;
 
 };
 
 &eth1 {
-       compatible = "qca,ar7100-eth";
+       compatible = "qca,ar7100-eth", "syscon";
        reg = <0x1a000000 0x200
                0x18070004 0x4>;