Lines Matching +full:15 +full:- +full:pin
2 # SPDX-License-Identifier: Apache-2.0
10 A channel is connected to a particular gpio pin, which are defined
12 dts/arm/infineon/xmc4xxx_xxx-pinctrl.dtsi
24 The pwm ccu4 node must define the slice-prescaler values and the pinctrl nodes:
26 slice-prescaler = <15 15 15 15>;
27 pinctrl-0 = <&pwm_out_p1_1_ccu40_ch2>;
28 pinctrl-names = "default";
39 The pin should be configured with drive-push-pull bool option and hwctrl should be set
40 to disabled. The drive-strength field can be set to any of the supported values:
42 drive-strength = "strong-medium-edge";
43 drive-push-pull;
48 pwm_out_p{PORT}_{PIN}_ccu4{MODULE_IDX}_ch{CHANNEL_IDX}, where MODULE_IDX and
50 PORT/PIN pair defines what gpio the channel connects to.
52 compatible: "infineon,xmc4xxx-ccu4-pwm"
55 - name: base.yaml
56 - name: pwm-controller.yaml
57 - name: pinctrl-device.yaml
63 pinctrl-0:
66 pinctrl-names:
69 slice-prescaler:
75 The range for the prescaler values is [0, 15].
78 "#pwm-cells":
81 pwm-cells:
82 - channel
83 - period
84 - flags