Searched +full:lpc1850 +full:- +full:sct +full:- +full:pwm (Results 1 – 2 of 2) sorted by relevance
1 # 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-rgu22 clock-names:24 - const: delay25 - const: reg[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver9 * NXP LPC18xx provides a State Configurable Timer (SCT) which can be configured12 * SCT supports 16 outputs, 16 events and 16 registers. Each event will be13 * triggered when its related register matches the SCT counter value, and it18 * global to all the channels, thus PWM driver will refuse setting different28 #include <linux/pwm.h>30 /* LPC18xx SCT registers */73 /* LPC18xx SCT unified counter */76 /* LPC18xx SCT events */[all …]