diff options
| author | Madalin Bucur <[email protected]> | 2020-04-30 16:00:00 +0300 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2020-06-04 18:53:20 +0530 |
| commit | 9485076c86c02bd702f889a69c0f4e9c4f2aac75 (patch) | |
| tree | be76ae3e52b0203a288fb0ee98e38f6017cafd48 | |
| parent | 2932c5a802a9c97e3be99db741d5421daf852ce1 (diff) | |
powerpc: dts: QorIQ: Add node(s) for the platform PLL
Add the QorIQ clock control device nodes include files.
Signed-off-by: Madalin Bucur <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
| -rw-r--r-- | arch/powerpc/dts/qoriq-clockgen1.dtsi | 14 | ||||
| -rw-r--r-- | arch/powerpc/dts/qoriq-clockgen2.dtsi | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/arch/powerpc/dts/qoriq-clockgen1.dtsi b/arch/powerpc/dts/qoriq-clockgen1.dtsi new file mode 100644 index 00000000000..dd4253d1d5d --- /dev/null +++ b/arch/powerpc/dts/qoriq-clockgen1.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) +/* + * QorIQ clock control device tree stub [ controller @ offset 0xe1000 ] + * + * Copyright 2014 Freescale Semiconductor Inc. + * Copyright 2020 NXP + * + */ + +clockgen: global-utilities@e1000 { + compatible = "fsl,qoriq-clockgen-1.0"; + reg = <0xe1000 0x1000>; + #clock-cells = <2>; +}; diff --git a/arch/powerpc/dts/qoriq-clockgen2.dtsi b/arch/powerpc/dts/qoriq-clockgen2.dtsi new file mode 100644 index 00000000000..dec1e363b56 --- /dev/null +++ b/arch/powerpc/dts/qoriq-clockgen2.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) +/* + * QorIQ clock control device tree stub [ controller @ offset 0xe1000 ] + * + * Copyright 2014 Freescale Semiconductor Inc. + * Copyright 2020 NXP + * + */ + +clockgen: global-utilities@e1000 { + compatible = "fsl,qoriq-clockgen-2.0"; + reg = <0xe1000 0x1000>; + #clock-cells = <2>; +}; |
