mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 18:19:29 +07:00
ARM: sun5i: dt: Add AT24 device on A10S-OLinuXino-Micro
This OLIMEX board has a AT24C16BN-SH EEPROM holding the MAC address. This patch adds the corresponding device tree node to reflect this. Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
d6c451dd2c
commit
bdbfd8e0bb
@ -71,6 +71,13 @@ i2c1: i2c@01c2b000 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c1_pins_a>;
|
||||
status = "okay";
|
||||
|
||||
at24@50 {
|
||||
compatible = "at,24c16";
|
||||
pagesize = <16>;
|
||||
reg = <0x50>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
|
||||
i2c2: i2c@01c2b400 {
|
||||
|
Loading…
Reference in New Issue
Block a user