diff options
author | Frank Li <[email protected]> | 2024-04-25 16:24:45 -0400 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2024-06-03 09:16:46 +0800 |
commit | 6e7e34a2466486a5b6dd5caa2da55d5c25878be5 (patch) | |
tree | 53053720c417f91cdb8fabd200955386f284da9b | |
parent | bb96cd010673d923571385169a7a2bcdf9372a17 (diff) |
arm64: dts: imx8qm: add ocopt and fec_mac[0,1]
add ocotp ad fec_mac[0,1] for imx8qm.
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qm.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi index 8e94ffe1acb5..46a8046e9f50 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi @@ -333,6 +333,21 @@ 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>; |