ath79: fix compatible strings
[oweals/openwrt.git] / target / linux / ath79 / dts / ar724x.dtsi
index c1818a5905ff64ce4763422cf216106cef5fca09..b2844bf1794161e7d64b63e8701127c3c299c7b0 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 #include <dt-bindings/clock/ath79-clk.h>
 #include "ath79.dtsi"
 
                                #interrupt-cells = <2>;
                        };
 
+                       pinmux: pinmux@18040028 {
+                               compatible = "pinctrl-single";
+
+                               reg = <0x18040028 0x8>;
+
+                               pinctrl-single,bit-per-mux;
+                               pinctrl-single,register-width = <32>;
+                               pinctrl-single,function-mask = <0x1>;
+                               #pinctrl-cells = <2>;
+
+                               jtag_disable_pins: pinmux_jtag_disable_pins {
+                               pinctrl-single,bits = <0x0 0x1 0x1>;
+                               };
+                       };
+
                        pll: pll-controller@18050000 {
-                               compatible = "qca,ar7240-pll",
-                                               "qca,ar7240-pll";
-                               reg = <0x18050000 0x20>;
+                               compatible = "qca,ar7240-pll", "syscon";
+                               reg = <0x18050000 0x3c>;
 
                                clock-names = "ref";
                                /* The board must provides the ref clock */