pwm-samsung.yaml (c95baf12f5077419db01313ab61c2aac007d40cd) pwm-samsung.yaml (9f60a65bc5e6cd882120d8477cc7bec065887e3d)
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/pwm/pwm-samsung.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Samsung SoC PWM timers
8

--- 35 unchanged lines hidden (view full) ---

44 and any subset of following optional clock names:
45 - "pwm-tclk0" - first external PWM clock source,
46 - "pwm-tclk1" - second external PWM clock source.
47 Note that not all IP variants allow using all external clock sources.
48 Refer to SoC documentation to learn which clock source configurations
49 are available.
50 oneOf:
51 - items:
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/pwm/pwm-samsung.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Samsung SoC PWM timers
8

--- 35 unchanged lines hidden (view full) ---

44 and any subset of following optional clock names:
45 - "pwm-tclk0" - first external PWM clock source,
46 - "pwm-tclk1" - second external PWM clock source.
47 Note that not all IP variants allow using all external clock sources.
48 Refer to SoC documentation to learn which clock source configurations
49 are available.
50 oneOf:
51 - items:
52 - const: timers
52 - const: timers
53 - items:
53 - items:
54 - const: timers
55 - const: pwm-tclk0
54 - const: timers
55 - const: pwm-tclk0
56 - items:
56 - items:
57 - const: timers
58 - const: pwm-tclk1
57 - const: timers
58 - const: pwm-tclk1
59 - items:
59 - items:
60 - const: timers
61 - const: pwm-tclk0
62 - const: pwm-tclk1
60 - const: timers
61 - const: pwm-tclk0
62 - const: pwm-tclk1
63
64 interrupts:
65 description:
66 One interrupt per timer, starting at timer 0.
67 minItems: 1
68 maxItems: 5
69
70 "#pwm-cells":

--- 39 unchanged lines hidden ---
63
64 interrupts:
65 description:
66 One interrupt per timer, starting at timer 0.
67 minItems: 1
68 maxItems: 5
69
70 "#pwm-cells":

--- 39 unchanged lines hidden ---