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:
Michal Simek 2018-03-27 13:15:17 +02:00
parent 098505f500
commit 43bf439472

View File

@ -91,7 +91,8 @@
&i2c1 {
status = "okay";
clock-frequency = <400000>;
eeprom@55 {
eeprom: eeprom@55 {
compatible = "atmel,24c64"; /* 24AA64 */
reg = <0x55>;
};