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