boards: adi: Add temp sensor devicetree alias to adi_eval_adin1110ebz

Adds a devicetree alias to the ambient temperature sensor on
adi_eval_adin1110ebz to support the thermometer sensor sample
application.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
Maureen Helm 2024-03-25 16:26:52 -05:00 committed by Fabio Baltieri
parent b95e29abd8
commit 11ddb268e0

View file

@ -55,6 +55,7 @@
led0 = &green_led;
watchdog0 = &iwdg;
spi-flash0 = &mx25r6435f;
ambient-temp0 = &adt7420;
};
soc {
@ -181,7 +182,7 @@
status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;
adt7420@48 {
adt7420: adt7420@48 {
compatible = "adi,adt7420";
reg = <0x48>;
};