dts: stm32wba: split temperature calibration address between socs
The temperature calibration addresses of ts-cal1-addr and ts-cal2-addr are not shared between stm32wba5 and stm32wba6 these addresses are now separated to the dedicated device-tree Signed-off-by: Romain Jayles <romain.jayles@st.com>
This commit is contained in:
parent
f19432a576
commit
778b2dfc40
3 changed files with 10 additions and 2 deletions
|
@ -484,8 +484,6 @@
|
||||||
|
|
||||||
die_temp: dietemp {
|
die_temp: dietemp {
|
||||||
compatible = "st,stm32-temp-cal";
|
compatible = "st,stm32-temp-cal";
|
||||||
ts-cal1-addr = <0x0BF90710>;
|
|
||||||
ts-cal2-addr = <0x0BF90742>;
|
|
||||||
ts-cal1-temp = <30>;
|
ts-cal1-temp = <30>;
|
||||||
ts-cal2-temp = <130>;
|
ts-cal2-temp = <130>;
|
||||||
ts-cal-vrefanalog = <3000>;
|
ts-cal-vrefanalog = <3000>;
|
||||||
|
|
|
@ -9,4 +9,9 @@
|
||||||
soc {
|
soc {
|
||||||
compatible = "st,stm32wba52", "st,stm32wba", "simple-bus";
|
compatible = "st,stm32wba52", "st,stm32wba", "simple-bus";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
die_temp: dietemp {
|
||||||
|
ts-cal1-addr = <0x0BF90710>;
|
||||||
|
ts-cal2-addr = <0x0BF90742>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -77,4 +77,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
die_temp: dietemp {
|
||||||
|
ts-cal1-addr = <0x0BFA0710>;
|
||||||
|
ts-cal2-addr = <0x0BFA0742>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue