powerpc: dts: QorIQ: Add node(s) for the platform PLL

Add the QorIQ clock control device nodes include files.

Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
Madalin Bucur 2020-04-30 16:00:00 +03:00 committed by Priyanka Jain
parent 2932c5a802
commit 9485076c86
2 changed files with 28 additions and 0 deletions

View File

@ -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>;
};

View File

@ -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>;
};