mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-20 22:43:15 +00:00
20 lines
332 B
Text
20 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>;
|
||
|
};
|
||
|
};
|