@@ -46,12 +46,15 @@ properties:
- const: app
clocks:
- maxItems: 2
+ minItems: 2
+ maxItems: 3
clock-names:
+ minItems: 2
items:
- const: core
- const: ref
+ - const: aux
power-domains:
maxItems: 1
@@ -105,8 +108,8 @@ examples:
<GIC_SPI 418 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "msi", "dma", "sft_ce", "app";
- clocks = <&cpg CPG_MOD 624>, <&pcie0_clkref>;
- clock-names = "core", "ref";
+ clocks = <&cpg CPG_MOD 624>, <&pcie0_clkref>, <&pcie0_clkgen>;
+ clock-names = "core", "ref", "aux";
power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
resets = <&cpg 624>;
reset-names = "pwr";