mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-19 13:50:48 +00:00

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
19 lines
332 B
Text
19 lines
332 B
Text
// SPDX-License-Identifier: (GPL-2.0+)
|
|
/*
|
|
* Copyright 2024 NXP
|
|
*/
|
|
|
|
power@e0070 {
|
|
compatible = "fsl,mpc8548-pmc";
|
|
reg = <0xe0070 0x20>;
|
|
|
|
etsec1_clk: soc-clk@24 {
|
|
fsl,pmcdr-mask = <0x00000080>;
|
|
};
|
|
etsec2_clk: soc-clk@25 {
|
|
fsl,pmcdr-mask = <0x00000040>;
|
|
};
|
|
etsec3_clk: soc-clk@26 {
|
|
fsl,pmcdr-mask = <0x00000020>;
|
|
};
|
|
};
|