diff options
author | Ran Wang <ran.wang_1@nxp.com> | 2024-01-19 15:38:54 -0500 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-05-07 23:20:11 +1000 |
commit | b12ba096b89084d1e2d6ebdb71b852eeebef95d3 (patch) | |
tree | 28bece4779b195830e80a92c7ccc04dd9625389f /arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi | |
parent | 554da5e0f71238384787954242d881cfeeff844d (diff) |
powerpc: dts: add power management nodes to FSL chips
Enable Power Management feature on device tree, including MPC8536,
MPC8544, MPC8548, MPC8572, P1010, P1020, P1021, P1022, P2020, P2041,
P3041, T104X, T1024.
Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240119203911.3143928-1-Frank.Li@nxp.com
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi b/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi index 41935709ebe8..fba40a1bccc0 100644 --- a/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi @@ -199,6 +199,10 @@ /include/ "pq3-dma-0.dtsi" /include/ "pq3-etsec1-0.dtsi" + enet0: ethernet@24000 { + fsl,wake-on-filer; + fsl,pmc-handle = <&etsec1_clk>; + }; /include/ "pq3-etsec1-timer-0.dtsi" usb@22000 { @@ -222,9 +226,10 @@ }; /include/ "pq3-etsec1-2.dtsi" - - ethernet@26000 { + enet2: ethernet@26000 { cell-index = <1>; + fsl,wake-on-filer; + fsl,pmc-handle = <&etsec3_clk>; }; usb@2b000 { @@ -249,4 +254,9 @@ reg = <0xe0000 0x1000>; fsl,has-rstcr; }; + +/include/ "pq3-power.dtsi" + power@e0070 { + compatible = "fsl,mpc8536-pmc", "fsl,mpc8548-pmc"; + }; }; |