mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-05 12:50:27 +00:00
20 lines
375 B
Plaintext
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;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|