1*7d0873ebSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+) 2*7d0873ebSEmmanuel Vadot/* 3*7d0873ebSEmmanuel Vadot * Copyright 2024 NXP 4*7d0873ebSEmmanuel Vadot */ 5*7d0873ebSEmmanuel Vadot 6*7d0873ebSEmmanuel Vadotpower@e0070 { 7*7d0873ebSEmmanuel Vadot compatible = "fsl,mpc8548-pmc"; 8*7d0873ebSEmmanuel Vadot reg = <0xe0070 0x20>; 9*7d0873ebSEmmanuel Vadot 10*7d0873ebSEmmanuel Vadot etsec1_clk: soc-clk@24 { 11*7d0873ebSEmmanuel Vadot fsl,pmcdr-mask = <0x00000080>; 12*7d0873ebSEmmanuel Vadot }; 13*7d0873ebSEmmanuel Vadot etsec2_clk: soc-clk@25 { 14*7d0873ebSEmmanuel Vadot fsl,pmcdr-mask = <0x00000040>; 15*7d0873ebSEmmanuel Vadot }; 16*7d0873ebSEmmanuel Vadot etsec3_clk: soc-clk@26 { 17*7d0873ebSEmmanuel Vadot fsl,pmcdr-mask = <0x00000020>; 18*7d0873ebSEmmanuel Vadot }; 19*7d0873ebSEmmanuel Vadot}; 20