Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
arm64: dts: cm5: add at24c16
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Wang <[email protected]>
  • Loading branch information
Ken-Vamrs authored and RadxaStephen committed Jul 20, 2023
1 parent d4d158e commit 5e226b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
regulator-off-in-suspend;
};
};

eeprom: at24c16@50 {
status = "okay";
compatible = "atmel,24c16";
reg = <0x50>;
pagesize = <16>;
};
};

&i2c2 {
Expand Down

0 comments on commit 5e226b5

Please sign in to comment.