diff options
author | Valentin Caron <valentin.caron@foss.st.com> | 2024-08-27 16:04:53 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2024-10-29 16:41:43 +0100 |
commit | 52540f537d8b0bbd58324c43cdaad694ff51000d (patch) | |
tree | c53e73a94607f414581d8fe5564fe1dad9c44071 | |
parent | ARM: dts: stm32: add support of WLAN/BT on stm32mp135f-dk (diff) | |
download | linux-52540f537d8b0bbd58324c43cdaad694ff51000d.tar.xz linux-52540f537d8b0bbd58324c43cdaad694ff51000d.zip |
arm64: dts: st: add RTC on stm32mp25x
Add compatible, clock, and interrupt properties of STM32 RTC on
stm32mp25x SOCs.
Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r-- | arch/arm64/boot/dts/st/stm32mp251.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/st/stm32mp251.dtsi b/arch/arm64/boot/dts/st/stm32mp251.dtsi index 1167cf63d7e8..81f59a5b4f61 100644 --- a/arch/arm64/boot/dts/st/stm32mp251.dtsi +++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi @@ -916,6 +916,16 @@ }; }; + rtc: rtc@46000000 { + compatible = "st,stm32mp25-rtc"; + reg = <0x46000000 0x400>; + clocks = <&scmi_clk CK_SCMI_RTC>, + <&scmi_clk CK_SCMI_RTCCK>; + clock-names = "pclk", "rtc_ck"; + interrupts-extended = <&exti2 17 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + }; + pinctrl_z: pinctrl@46200000 { #address-cells = <1>; #size-cells = <1>; |