[PATCH v2 09/34] ARM: dts: sama7g5: add slow clock bindings
Eugen Hristev
eugen.hristev at microchip.com
Sat Dec 5 11:02:51 CET 2020
From: Claudiu Beznea <claudiu.beznea at microchip.com>
Add DT bindings for slow clock driver.
Signed-off-by: Claudiu Beznea <claudiu.beznea at microchip.com>
---
arch/arm/dts/sama7g5.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi
index c2410959ed..9d390db5ff 100644
--- a/arch/arm/dts/sama7g5.dtsi
+++ b/arch/arm/dts/sama7g5.dtsi
@@ -55,6 +55,13 @@
#address-cells = <1>;
#size-cells = <1>;
+ clk32: sckc at e001d050 {
+ compatible = "microchip,sam9x60-sckc";
+ reg = <0xe001d050 0x4>;
+ clocks = <&slow_rc_osc>, <&slow_xtal>;
+ #clock-cells = <1>;
+ };
+
sdmmc1: sdio-host at e1208000 {
compatible = "microchip,sama7g5-sdhci";
reg = <0xe1208000 0x300>;
--
2.25.1
More information about the U-Boot
mailing list