[PATCH v1 2/2] MIPS: dts: ar9344: add pll node
Oleksij Rempel
linux at rempel-privat.de
Fri Sep 29 15:12:45 PDT 2017
Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
arch/mips/dts/ar9344.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/mips/dts/ar9344.dtsi b/arch/mips/dts/ar9344.dtsi
index 3e105174d..0a7171b8d 100644
--- a/arch/mips/dts/ar9344.dtsi
+++ b/arch/mips/dts/ar9344.dtsi
@@ -13,6 +13,7 @@
cpu at 0 {
device_type = "cpu";
compatible = "mips,mips74Kc";
+ clocks = <&pll ATH79_CLK_CPU>;
reg = <0>;
};
};
@@ -47,6 +48,16 @@
status = "disabled";
};
+ pll: pll-controller at 18050000 {
+ compatible = "qca,ar9344-pll";
+ reg = <0x18050000 0x100>;
+
+ clocks = <&ref>;
+ clock-names = "ref";
+
+ #clock-cells = <1>;
+ };
+
spi: spi at 1f000000 {
compatible = "qca,ar7100-spi", "qca,ar9344-spi";
reg = <0x1f000000 0x1c>;
--
2.11.0
More information about the barebox
mailing list