18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 28cc087a1SEmmanuel Vadot%YAML 1.2 38cc087a1SEmmanuel Vadot--- 48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/clock/imx8ulp-pcc-clock.yaml# 58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 68cc087a1SEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: NXP i.MX8ULP Peripheral Clock Controller(PCC) Module 88cc087a1SEmmanuel Vadot 98cc087a1SEmmanuel Vadotmaintainers: 108cc087a1SEmmanuel Vadot - Jacky Bai <ping.bai@nxp.com> 118cc087a1SEmmanuel Vadot 128cc087a1SEmmanuel Vadotdescription: | 138cc087a1SEmmanuel Vadot On i.MX8ULP, The clock sources generation, distribution and management is 148cc087a1SEmmanuel Vadot under the control of several CGCs & PCCs modules. The PCC modules control 158cc087a1SEmmanuel Vadot software reset, clock selection, optional division and clock gating mode 168cc087a1SEmmanuel Vadot for peripherals. 178cc087a1SEmmanuel Vadot 188cc087a1SEmmanuel Vadotproperties: 198cc087a1SEmmanuel Vadot compatible: 208cc087a1SEmmanuel Vadot enum: 218cc087a1SEmmanuel Vadot - fsl,imx8ulp-pcc3 228cc087a1SEmmanuel Vadot - fsl,imx8ulp-pcc4 238cc087a1SEmmanuel Vadot - fsl,imx8ulp-pcc5 248cc087a1SEmmanuel Vadot 258cc087a1SEmmanuel Vadot reg: 268cc087a1SEmmanuel Vadot maxItems: 1 278cc087a1SEmmanuel Vadot 288cc087a1SEmmanuel Vadot '#clock-cells': 298cc087a1SEmmanuel Vadot const: 1 308cc087a1SEmmanuel Vadot 318cc087a1SEmmanuel Vadot '#reset-cells': 328cc087a1SEmmanuel Vadot const: 1 338cc087a1SEmmanuel Vadot 348cc087a1SEmmanuel Vadotrequired: 358cc087a1SEmmanuel Vadot - compatible 368cc087a1SEmmanuel Vadot - reg 378cc087a1SEmmanuel Vadot - '#clock-cells' 388cc087a1SEmmanuel Vadot - '#reset-cells' 398cc087a1SEmmanuel Vadot 408cc087a1SEmmanuel VadotadditionalProperties: false 418cc087a1SEmmanuel Vadot 428cc087a1SEmmanuel Vadotexamples: 438cc087a1SEmmanuel Vadot # Peripheral Clock Control Module node: 448cc087a1SEmmanuel Vadot - | 458cc087a1SEmmanuel Vadot clock-controller@292d0000 { 468cc087a1SEmmanuel Vadot compatible = "fsl,imx8ulp-pcc3"; 478cc087a1SEmmanuel Vadot reg = <0x292d0000 0x10000>; 488cc087a1SEmmanuel Vadot #clock-cells = <1>; 498cc087a1SEmmanuel Vadot #reset-cells = <1>; 508cc087a1SEmmanuel Vadot }; 51