summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/pq3-power.dtsi
blob: 6af12401004db4c1b01dd4de20f6e28af4d71609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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>;
	};
};