aboutsummaryrefslogtreecommitdiff
path: root/src/arm/meson.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/meson.dtsi')
-rw-r--r--src/arm/meson.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arm/meson.dtsi b/src/arm/meson.dtsi
index c4447f6c8b2cb..5d198309058aa 100644
--- a/src/arm/meson.dtsi
+++ b/src/arm/meson.dtsi
@@ -282,4 +282,11 @@
};
};
};
+
+ xtal: xtal-clk {
+ compatible = "fixed-clock";
+ clock-frequency = <24000000>;
+ clock-output-names = "xtal";
+ #clock-cells = <0>;
+ };
}; /* end of / */