Lines Matching +full:pwm +full:- +full:0
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pwm/pwm-nexus-node.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: PWM Nexus node properties
19 - Herve Codina <herve.codina@bootlin.com>
24 '#pwm-cells': true
26 pwm-map:
27 $ref: /schemas/types.yaml#/definitions/uint32-matrix
29 pwm-map-mask:
30 $ref: /schemas/types.yaml#/definitions/uint32-array
32 pwm-map-pass-thru:
33 $ref: /schemas/types.yaml#/definitions/uint32-array
36 pwm-map: ['#pwm-cells']
37 pwm-map-mask: [ pwm-map ]
38 pwm-map-pass-thru: [ pwm-map ]
43 - |
44 pwm1: pwm@100 {
45 reg = <0x100 0x10>;
46 #pwm-cells = <3>;
49 pwm2: pwm@200 {
50 reg = <0x200 0x10>;
51 #pwm-cells = <3>;
55 #pwm-cells = <3>;
56 pwm-map = <0 0 0 &pwm1 1 0 0>,
57 <1 0 0 &pwm2 4 0 0>,
58 <2 0 0 &pwm1 3 0 0>;
59 pwm-map-mask = <0xffffffff 0x0 0x0>;
60 pwm-map-pass-thru = <0x0 0xffffffff 0xffffffff>;
64 pwms = <&connector 1 57000 0>;