Home
last modified time | relevance | path

Searched +full:lpc1850 +full:- +full:sct +full:- +full:pwm (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/reset/
H A Dnxp,lpc1850-rgu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/nxp,lpc1850-rgu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP LPC1850 Reset Generation Unit (RGU)
10 - Frank Li <Frank.Li@nxp.com>
14 const: nxp,lpc1850-rgu
22 clock-names:
24 - const: delay
25 - const: reg
[all …]
/linux/drivers/pwm/
H A Dpwm-lpc18xx-sct.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver
9 * NXP LPC18xx provides a State Configurable Timer (SCT) which can be configured
12 * SCT supports 16 outputs, 16 events and 16 registers. Each event will be
13 * triggered when its related register matches the SCT counter value, and it
18 * global to all the channels, thus PWM driver will refuse setting different
28 #include <linux/pwm.h>
30 /* LPC18xx SCT registers */
73 /* LPC18xx SCT unified counter */
76 /* LPC18xx SCT events */
[all …]