Commit f2356d1a authored by Andreas Färber's avatar Andreas Färber
Browse files

arm64: dts: realtek: Add oscillator for RTD129x



Add 27 MHz oscillator clock node.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 5133636e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -23,6 +23,13 @@
		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
	};

	osc27M: osc {
		compatible = "fixed-clock";
		clock-frequency = <27000000>;
		#clock-cells = <0>;
		clock-output-names = "osc27M";
	};

	soc {
		compatible = "simple-bus";
		#address-cells = <1>;