Searched +full:lpc1850 +full:- +full:adc (Results 1 – 5 of 5) sorted by relevance
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 ADC10 - Jonathan Cameron <jic23@kernel.org>13 Supports the ADC found on the LPC1850 SoC.17 const: nxp,lpc1850-adc28 vref-supply: true33 "#io-channel-cells":[all …]
1 NXP LPC1850 ADC bindings4 - compatible: Should be "nxp,lpc1850-adc"5 - reg: Offset and length of the register set for the ADC device6 - interrupts: The interrupt number for the ADC device7 - clocks: The root clock of the ADC controller8 - vref-supply: The regulator supply ADC reference voltage9 - resets: phandle to reset controller and line specifier13 adc0: adc@400e3000 {14 compatible = "nxp,lpc1850-adc";18 vref-supply = <®_vdda>;
1 NXP LPC1850 DAC bindings4 - compatible: Should be "nxp,lpc1850-dac"5 - reg: Offset and length of the register set for the ADC device6 - interrupts: The interrupt number for the ADC device7 - clocks: The root clock of the ADC controller8 - vref-supply: The regulator supply ADC reference voltage9 - resets: phandle to reset controller and line specifier13 compatible = "nxp,lpc1850-dac";17 vref-supply = <®_vdda>;
9 * Released under the terms of 3-clause BSD License14 #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-cell[all...]
1 NXP LPC1850 Reset Generation Unit (RGU)8 - compatible: Should be "nxp,lpc1850-rgu"9 - reg: register base and length10 - clocks: phandle and clock specifier to RGU clocks11 - clock-names: should contain "delay" and "reg"12 - #reset-cells: should be 120 12 ARM Cortex-M0 subsystem core (LPC43xx only)56 56 ARM Cortex-M0 application core (LPC4370 only)59 60 ADCHS (12-bit ADC) (LPC4370 only)65 rgu: reset-controller@40053000 {[all …]