mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02: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:
parent
5133636e41
commit
f2356d1afe
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user