arm64: zynqmp: Add eeprom reference to eeprom nodes
eeprom can contain information which can be used by nvmem drivers. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
098505f500
commit
43bf439472
@ -91,7 +91,8 @@
|
|||||||
&i2c1 {
|
&i2c1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
clock-frequency = <400000>;
|
clock-frequency = <400000>;
|
||||||
eeprom@55 {
|
|
||||||
|
eeprom: eeprom@55 {
|
||||||
compatible = "atmel,24c64"; /* 24AA64 */
|
compatible = "atmel,24c64"; /* 24AA64 */
|
||||||
reg = <0x55>;
|
reg = <0x55>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user