···2929 - clocks : list of phandles and specifiers to all input clocks listed in3030 clock-names property.31313232+Optional properties:3333+3434+Some PMUs are capable of behaving as an interrupt controller (mostly3535+to wake up a suspended PMU). In which case, they can have the3636+following properties:3737+3838+- interrupt-controller: indicate that said PMU is an interrupt controller3939+4040+- #interrupt-cells: must be identical to the that of the parent interrupt4141+ controller.4242+4343+- interrupt-parent: a phandle indicating which interrupt controller4444+ this PMU signals interrupts to.4545+3246Example :3347pmu_system_controller: system-controller@10040000 {3448 compatible = "samsung,exynos5250-pmu", "syscon";3549 reg = <0x10040000 0x5000>;5050+ interrupt-controller;5151+ #interrupt-cells = <3>;5252+ interrupt-parent = <&gic>;3653 #clock-cells = <1>;3754 clock-names = "clkout0", "clkout1", "clkout2", "clkout3",3855 "clkout4", "clkout8", "clkout9";