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

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
......@@ -23,6 +23,13 @@ arm_pmu: arm-pmu {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment