Searched +full:lpc1850 +full:- +full:rgu (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc18xx.dtsi | 9 * Released under the terms of 3-clause BSD License 14 #include "../../armv7-m.dtsi" 16 #include "dt-bindings/clock/lpc18xx-cgu.h" 17 #include "dt-bindings/clock/lpc18xx-ccu.h" 23 #address-cells = <1>; 24 #size-cells = <1>; 27 #address-cells = <1>; 28 #size-cells = <0>; 31 compatible = "arm,cortex-m3"; 40 compatible = "fixed-clock"; [all …]
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | nxp,lpc1850-rgu.yaml | 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-rgu 22 clock-names: 24 - const: delay 25 - const: reg [all …]
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | nxp,lpc1850-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/nxp,lpc1850-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC1850 ADC 10 - Jonathan Cameron <jic23@kernel.org> 13 Supports the ADC found on the LPC1850 SoC. 17 const: nxp,lpc1850-adc 28 vref-supply: true 33 "#io-channel-cells": [all …]
|
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | nxp,lpc1850-dac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/dac/nxp,lpc1850-dac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC1850 DAC 10 - Jonathan Cameron <jic23@kernel.org> 13 Supports the DAC found on the LPC1850 SoC. 17 const: nxp,lpc1850-dac 28 vref-supply: true 34 - compatible [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | nxp,lpc1850-dwmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/nxp,lpc1850-dwmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC1850 GMAC ethernet controller 10 - Frank Li <Frank.Li@nxp.com> 18 - nxp,lpc1850-dwmac 20 - compatible 25 - enum: 26 - nxp,lpc1850-dwmac [all …]
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | nxp,lpc1850-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/nxp,lpc1850-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 14 const: nxp,lpc1850-gpio 20 reg-names: 23 - const: gpio 24 - const: gpio-pin-ic 25 - const: gpio-group0-ic [all …]
|
/linux/drivers/reset/ |
H A D | reset-lpc18xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Reset driver for NXP LPC18xx/43xx Reset Generation Unit (RGU). 16 #include <linux/reset-controller.h> 19 /* LPC18xx RGU registers */ 50 writel(BIT(LPC18XX_RGU_CORE_RST), rc->base + LPC18XX_RGU_CTRL0); in lpc18xx_rgu_restart() 59 * The LPC18xx RGU has mostly self-deasserting resets except for the 60 * two reset lines going to the internal Cortex-M0 cores. 79 spin_lock_irqsave(&rc->lock, flags); in lpc18xx_rgu_setclear_reset() 80 stat = ~readl(rc->base + stat_offset); in lpc18xx_rgu_setclear_reset() 82 writel(stat | rst_bit, rc->base + ctrl_offset); in lpc18xx_rgu_setclear_reset() [all …]
|