We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e305b3 commit 9a6f7efCopy full SHA for 9a6f7ef
scripts/utils/ntc_thermistor_table.py
@@ -7,7 +7,7 @@
7
Zephyr's NTC Thermistor DTS Table generator
8
###########################################
9
10
-This script can be used to generate a "zephyr,thermistor-rt-table" compatible
+This script can be used to generate a "zephyr,ntc-thermistor-rt-table" compatible
11
Device Tree node for NTC thermistors. This uses the Beta Parameter Equation
12
13
https://devxplained.eu/en/blog/temperature-measurement-with-ntcs#beta-parameter-equation
@@ -52,7 +52,7 @@ def main(
52
f"\tthermistor_R25_{int(r25)}_B_{int(beta)}: thermistor-R25-{int(r25)}-B-{int(beta)} {{"
53
)
54
print(f'\t\tstatus = "disabled";')
55
- print(f'\t\tcompatible = "zephyr,thermistor-rt-table";\n')
+ print(f'\t\tcompatible = "zephyr,ntc-thermistor-rt-table";\n')
56
57
table = []
58
for temp in temps_range:
0 commit comments