summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Beznea <[email protected]>2020-06-02 15:23:49 +0300
committerEugen Hristev <[email protected]>2021-01-07 09:44:15 +0200
commit09f19f77706a86a0fa7e7ae4805606f79fb56985 (patch)
tree7e0d938bd24f8fb6fd016af63de287582be55df6
parent072c9759403d6a5ae433be329a330f6fd9ff4386 (diff)
ARM: dts: sama7g5: add slow clock bindings
Add DT bindings for slow clock driver. Signed-off-by: Claudiu Beznea <[email protected]>
-rw-r--r--arch/arm/dts/sama7g5.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi
index 0fc7a5e1973..d27d246a682 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@e001d050 {
+ compatible = "microchip,sam9x60-sckc";
+ reg = <0xe001d050 0x4>;
+ clocks = <&slow_rc_osc>, <&slow_xtal>;
+ #clock-cells = <1>;
+ };
+
sdmmc1: sdio-host@e1208000 {
compatible = "microchip,sama7g5-sdhci";
reg = <0xe1208000 0x300>;