diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2019-02-28 11:19:00 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2019-04-11 11:22:03 +0200 |
commit | 8d07b78c3e2e8f42b72b7a1b2e0032e494b92ffe (patch) | |
tree | 758fd53fe67609c1bf13f122cd2991403fe84dc9 /arch/arm/boot/dts/stm32f429.dtsi | |
parent | ARM: dts: stm32: Add romem and temperature calibration on stm32mp157c (diff) | |
download | linux-8d07b78c3e2e8f42b72b7a1b2e0032e494b92ffe.tar.xz linux-8d07b78c3e2e8f42b72b7a1b2e0032e494b92ffe.zip |
ARM: dts: stm32: Add romem and temperature calibration on stm32f429
Add & enable stm32 factory-programmed memory. Describe temperature sensor
calibration cells.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32f429.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32f429.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index 588b6ef94e93..4a4954492ed1 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -80,6 +80,19 @@ }; soc { + romem: nvmem@1fff7800 { + compatible = "st,stm32f4-otp"; + reg = <0x1fff7800 0x400>; + #address-cells = <1>; + #size-cells = <1>; + ts_cal1: calib@22c { + reg = <0x22c 0x2>; + }; + ts_cal2: calib@22e { + reg = <0x22e 0x2>; + }; + }; + timer2: timer@40000000 { compatible = "st,stm32-timer"; reg = <0x40000000 0x400>; |