Lines Matching +full:pwm +full:- +full:map +full:- +full:mask
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 {
46 #pwm-cells = <3>;
49 pwm2: pwm@200 {
51 #pwm-cells = <3>;
55 #pwm-cells = <3>;
56 pwm-map = <0 0 0 &pwm1 1 0 0>,
59 pwm-map-mask = <0xffffffff 0x0 0x0>;
60 pwm-map-pass-thru = <0x0 0xffffffff 0xffffffff>;