diff options
author | Michal Simek <michal.simek@amd.com> | 2022-09-27 09:55:12 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-10-05 08:43:54 +0200 |
commit | ce92321559dbc66434c9d07ec338a72c4dc159c3 (patch) | |
tree | 99baf75e5858e5c44788c82b0ca1d324d09ce468 /arch/arm/dts/zynq-zc706.dts | |
parent | 2fe55d1827ea215d6fed7f9485b3899c48fb163a (diff) | |
download | u-boot-ce92321559dbc66434c9d07ec338a72c4dc159c3.tar.gz u-boot-ce92321559dbc66434c9d07ec338a72c4dc159c3.tar.bz2 u-boot-ce92321559dbc66434c9d07ec338a72c4dc159c3.zip |
ARM: zynq: Point via nvmem0 alias to eeprom on zc702/zc706
EEPROM stores identification information about board like a board name,
revision, serial number and ethernet MAC address. U-Boot is capable to read
nvmemX aliases and read/display provided information when nvmem alias link
is described.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/c63bba87d0400b6bd0f5651fac21d525f12288f5.1664265311.git.michal.simek@amd.com
Diffstat (limited to 'arch/arm/dts/zynq-zc706.dts')
-rw-r--r-- | arch/arm/dts/zynq-zc706.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/zynq-zc706.dts b/arch/arm/dts/zynq-zc706.dts index cb919e4053..f0ad68d94f 100644 --- a/arch/arm/dts/zynq-zc706.dts +++ b/arch/arm/dts/zynq-zc706.dts @@ -16,6 +16,7 @@ serial0 = &uart1; spi0 = &qspi; mmc0 = &sdhci0; + nvmem0 = &eeprom; }; memory@0 { @@ -101,7 +102,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <2>; - eeprom@54 { + eeprom: eeprom@54 { compatible = "atmel,24c08"; reg = <0x54>; }; |