Commit 86e7a972 authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Simon Horman

arm64: dts: renesas: draak: enable I2C controller 0 and EEPROM

Enables EEPROM on I2C0 on the Draak board.
Signed-off-by: default avatarUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent ffcd060f
......@@ -46,6 +46,11 @@ mux {
};
};
i2c0_pins: i2c0 {
groups = "i2c0";
function = "i2c0";
};
pwm0_pins: pwm0 {
groups = "pwm0_c";
function = "pwm0";
......@@ -67,6 +72,18 @@ usb0_pins: usb0 {
};
};
&i2c0 {
pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";
status = "okay";
eeprom@50 {
compatible = "rohm,br24t01", "atmel,24c01";
reg = <0x50>;
pagesize = <8>;
};
};
&ehci0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment