Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabrice Gasnier and committed by
Alexandre Torgue
8d07b78c 3024c185

+13
+13
arch/arm/boot/dts/stm32f429.dtsi
··· 80 80 }; 81 81 82 82 soc { 83 + romem: nvmem@1fff7800 { 84 + compatible = "st,stm32f4-otp"; 85 + reg = <0x1fff7800 0x400>; 86 + #address-cells = <1>; 87 + #size-cells = <1>; 88 + ts_cal1: calib@22c { 89 + reg = <0x22c 0x2>; 90 + }; 91 + ts_cal2: calib@22e { 92 + reg = <0x22e 0x2>; 93 + }; 94 + }; 95 + 83 96 timer2: timer@40000000 { 84 97 compatible = "st,stm32-timer"; 85 98 reg = <0x40000000 0x400>;