1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-05 12:50:27 +00:00
Files
a155-U-u1/kernel-5.10/arch/arm64/boot/dts/mediatek/sec_thermistor-2.dtsi
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

20 lines
375 B
Plaintext

/ {
fragment@smd {
target-path = "/";
__overlay__ {
samsung_mobile_device {
sec_wf_thermistor: sec_thermistor@2 {
compatible = "samsung,sec-thermistor";
status = "okay";
thermistor_name = "sec-wf-thermistor";
id = <2>;
io-channels = SEC_ADC(auxadc,4);
io-channel-names = "wf_therm";
io-channel-ranges;
};
};
};
};
};