mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 15:15:28 -04:00
arm64: dts: realtek: Add oscillator for RTD129x
Add 27 MHz oscillator clock node. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user