TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux
/
b4b6d4a02fa8aa8187d426b508fb7f3b69df0dcc
/
.
/
Documentation
/
devicetree
/
bindings
/
hwmon
/
max1619.txt
blob: c70dbbe1e56f2b8cbccc5544c8f75a75fa31a483 [
file
] [
log
] [
blame
]
Bindings
for
MAX1619
Temperature
Sensor
Required
properties
:
-
compatible
:
"maxim,max1619"
-
reg
:
I2C address
,
one of
0x18
,
0x19
,
0x1a
,
0x29
,
0x2a
,
0x2b
,
0x4c
,
or
0x4d
,
0x4e
Example
:
temp@4c
{
compatible
=
"maxim,max1619"
;
reg
=
<
0x4c
>;
};