dts: st: stm32f100: add correct 'v25' property on die temp sensor

The typical value for V25 is different on the STM32F100 line compared
to other STM32F1 MCUs. Update the DTS property to the correct value.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2024-07-23 10:44:57 +02:00 committed by Alberto Escolar
parent 577c1b2e9e
commit 0fd095d6d1
1 changed files with 4 additions and 0 deletions

View File

@ -52,4 +52,8 @@
#io-channel-cells = <1>;
};
};
die_temp: dietemp {
v25 = <1410>;
};
};