summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sama7g5.dtsi
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2020-06-02 15:22:21 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-01-07 09:44:15 +0200
commit5e19ade9e50e1277587a5ba74ecfd92395c5e1df (patch)
tree82916aaa2f28311f79be1a584c3e0f1f3962820e /arch/arm/dts/sama7g5.dtsi
parent3b86096a59c8b21165d15b4f6bdbe0663c81794e (diff)
downloadu-boot-5e19ade9e50e1277587a5ba74ecfd92395c5e1df.tar.gz
ARM: dts: sama7g5: add slow rc and main rc oscillators
Add slow rc and main rc oscillators to dtsi. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'arch/arm/dts/sama7g5.dtsi')
-rw-r--r--arch/arm/dts/sama7g5.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi
index 618f3a37d5..0fc7a5e197 100644
--- a/arch/arm/dts/sama7g5.dtsi
+++ b/arch/arm/dts/sama7g5.dtsi
@@ -16,6 +16,18 @@
compatible = "microchip,sama7g5";
clocks {
+ slow_rc_osc: slow_rc_osc {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <32000>;
+ };
+
+ main_rc: main_rc {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <12000000>;
+ };
+
slow_xtal: slow_xtal {
compatible = "fixed-clock";
#clock-cells = <0>;