Commit 785331b3 authored by Baruch Siach's avatar Baruch Siach Committed by Shawn Guo

arm64: dts: imx8mq-hummingboard-pulse: add eeprom description

Add DT node for the eeprom data storage on SolidRun Hummingboard Pulse
carrier board.
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 67f2fd02
......@@ -84,6 +84,12 @@ &i2c3 {
clock-frequency = <100000>;
status = "okay";
eeprom@57 {
compatible = "atmel,24c02";
reg = <0x57>;
status = "okay";
};
rtc@69 {
compatible = "abracon,ab1805";
reg = <0x69>;
......
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