Lines Matching +full:plic +full:- +full:1
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/pwm/pwm-sifive.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Sagar Kadam <sagar.kadam@sifive.com>
12 - Paul Walmsley <paul.walmsley@sifive.com>
20 numbers can be found here -
22 https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/pwm
25 - $ref: pwm.yaml#
30 - enum:
31 - sifive,fu540-c000-pwm
32 - sifive,fu740-c000-pwm
33 - const: sifive,pwm0
35 Should be "sifive,<chip>-pwm" and "sifive,pwm<version>". Supported
36 compatible strings are "sifive,fu540-c000-pwm" and
37 "sifive,fu740-c000-pwm" for the SiFive PWM v0 as integrated onto the
40 Please refer to sifive-blocks-ip-versioning.txt for details.
43 maxItems: 1
46 maxItems: 1
48 "#pwm-cells":
54 Each PWM instance in FU540-C000 has 4 comparators. One interrupt per comparator.
57 - compatible
58 - reg
59 - clocks
60 - interrupts
65 - |
67 compatible = "sifive,fu540-c000-pwm", "sifive,pwm0";
70 interrupt-parent = <&plic>;
72 #pwm-cells = <3>;