Lines Matching +full:pwm +full:- +full:enable
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 * Copyright 2016-2022 Toradex
9 compatible = "fixed-clock";
10 #clock-cells = <0>;
11 clock-frequency = <16000000>;
21 * The Atmel maxtouch controller uses SODIMM 28/30, also used for PWM<B>, PWM<C>, aka pwm2, pwm3.
22 * So if you enable following capacitive touch controller, disable pwm2/pwm3 first.
25 interrupt-parent = <&gpio1>;
27 pinctrl-0 = <&pinctrl_atmel_adapter>;
28 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* SODIMM 30 / RST */
39 interrupt-parent = <&gpio5>;
41 pinctrl-names = "default";
42 pinctrl-0 = <&pinctrl_can_int>;
44 spi-max-frequency = <10000000>;
45 vdd-supply = <®_3v3>;
46 xceiver-supply = <®_5v0>;
60 /* Colibri PWM<A> */
65 /* Colibri PWM<B> */
67 /* The pwm2 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */
71 /* Colibri PWM<C> */
73 /* The pwm3 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */
77 /* Colibri PWM<D> */
104 disable-over-current;