Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05bdee31 authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Maxime Ripard
Browse files

arm64: allwinner: h6: add PRCM CCU device node



Allwinner H6 has also a PRCM CCU.

Add its device node into the device tree.

Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 81866805
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -173,5 +173,15 @@
			resets = <&ccu RST_BUS_UART3>;
			resets = <&ccu RST_BUS_UART3>;
			status = "disabled";
			status = "disabled";
		};
		};

		r_ccu: clock@7010000 {
			compatible = "allwinner,sun50i-h6-r-ccu";
			reg = <0x07010000 0x400>;
			clocks = <&osc24M>, <&osc32k>, <&iosc>,
				 <&ccu CLK_PLL_PERIPH0>;
			clock-names = "hosc", "losc", "iosc", "pll-periph";
			#clock-cells = <1>;
			#reset-cells = <1>;
		};
	};
	};
};
};