mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
ARM: dts: renesas: r9a06g032-rzn1d400-eb: Describe I2C bus
The actual sensor might differ, but all known are LM75B compatible. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250328153134.2881-10-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
0c704ebc37
commit
d1a702202d
|
|
@ -15,6 +15,14 @@ / {
|
|||
"renesas,r9a06g032";
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
/* Sensors are different across revisions. All are LM75B compatible */
|
||||
sensor@49 {
|
||||
compatible = "national,lm75b";
|
||||
reg = <0x49>;
|
||||
};
|
||||
};
|
||||
|
||||
&mii_conv2 {
|
||||
renesas,miic-input = <MIIC_SWITCH_PORTD>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user