diff options
author | Ludovic Barre <ludovic.barre@st.com> | 2017-11-06 18:03:00 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-02-14 14:41:26 +0100 |
commit | 8e0a29d8606c93e6ea21d4b807a623da48e8a1fa (patch) | |
tree | 8c36f425994bb28dadb8a09709b993d2512a7acb /arch/arm/boot/dts/stm32h743.dtsi | |
parent | 82b904b6746aad0cf3aec57d235f1315e201f039 (diff) |
ARM: dts: stm32: add system config bank node for stm32h743
This patch adds system config support for stm32h743.
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32h743.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32h743.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi index dcb5f311c3db..3b25180d2a07 100644 --- a/arch/arm/boot/dts/stm32h743.dtsi +++ b/arch/arm/boot/dts/stm32h743.dtsi @@ -235,6 +235,11 @@ interrupts = <1>, <2>, <3>, <6>, <7>, <8>, <9>, <10>, <23>, <40>, <41>, <62>, <76>; }; + syscfg: system-config@58000400 { + compatible = "syscon"; + reg = <0x58000400 0x400>; + }; + lptimer2: timer@58002400 { #address-cells = <1>; #size-cells = <0>; |