arm64: dts: imx8qm: add ocopt and fec_mac[0,1]

add ocotp ad fec_mac[0,1] for imx8qm.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frank Li
2024-04-25 16:24:45 -04:00
committed by Shawn Guo
parent bb96cd0106
commit 6e7e34a246

View File

@@ -333,6 +333,21 @@ rtc: rtc {
compatible = "fsl,imx8qxp-sc-rtc";
};
ocotp: ocotp {
compatible = "fsl,imx8qm-scu-ocotp";
#address-cells = <1>;
#size-cells = <1>;
read-only;
fec_mac0: mac@1c4 {
reg = <0x1c4 6>;
};
fec_mac1: mac@1c6 {
reg = <0x1c6 6>;
};
};
tsens: thermal-sensor {
compatible = "fsl,imx8qxp-sc-thermal", "fsl,imx-sc-thermal";
#thermal-sensor-cells = <1>;