arm64: dts: imx8mm-phycore-som: add descriptions to nodes

Add missing EEPROM and RTC descriptions. Also use eMMC with
lower-case "e".

Signed-off-by: Yannic Moog <y.moog@phytec.de>
Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Yannic Moog 2025-02-18 08:41:46 +01:00 committed by Shawn Guo
parent 62606c2505
commit d1f974697d

View File

@ -290,6 +290,7 @@ sn65dsi83: bridge@2d {
status = "disabled";
};
/* EEPROM */
eeprom@51 {
compatible = "atmel,24c32";
pagesize = <32>;
@ -297,6 +298,7 @@ eeprom@51 {
vcc-supply = <&reg_vdd_3v3_s>;
};
/* RTC */
rv3028: rtc@52 {
compatible = "microcrystal,rv3028";
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
@ -307,7 +309,7 @@ rv3028: rtc@52 {
};
};
/* EMMC */
/* eMMC */
&usdhc3 {
assigned-clocks = <&clk IMX8MM_CLK_USDHC3_ROOT>;
assigned-clock-rates = <400000000>;