arm: dts: imx8mn-var-som: add som-eeprom alias to SOM u-boot dtsi

The som-eeprom alias is specific to U-Boot, and not present in upstream
linux imx8mn-var-som device tree.

Add it to the SOM U-Boot specific device tree file in preparation
for migration to OF_UPSTREAM.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
This commit is contained in:
Hugo Villeneuve 2026-02-06 15:55:25 -05:00 committed by Fabio Estevam
parent 57fce421a4
commit 57d9399b46

View File

@ -5,6 +5,12 @@
#include "imx8mn-u-boot.dtsi"
/ {
aliases {
eeprom-som = &eeprom_som;
};
};
&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
bootph-pre-ram;
};