summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-05-05 23:37:29 +0200
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-05-16 14:15:47 +0200
commit9660efc2af37f3c12dc6e6a5511ad99e0addc297 (patch)
tree764478cec22a669c16c972597ec825f114c57b1b /arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
parentARM: dts: stm32: Replace deprecated st,hw-flow-ctrl with uart-has-rtscts (diff)
downloadlinux-9660efc2af37f3c12dc6e6a5511ad99e0addc297.tar.xz
linux-9660efc2af37f3c12dc6e6a5511ad99e0addc297.zip
ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier boards
The ethernet MAC EEPROM is not populated on the SoM itself, it has to be populated on each carrier board. Move the EEPROM into the correct place in DTs, i.e. the carrier board DTs. Add label to the EEPROM too. Fixes: 7e76f82acd9e1 ("ARM: dts: stm32: Split Avenger96 into DHCOR SoM and Avenger96 board") Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi')
-rw-r--r--arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
index 8232bbbae379..302efac5d26f 100644
--- a/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
+++ b/arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
@@ -321,6 +321,12 @@
};
};
};
+
+ dh_mac_eeprom: eeprom@53 {
+ compatible = "atmel,24c02";
+ reg = <0x53>;
+ pagesize = <16>;
+ };
};
&ltdc {