Searched +full:imx25 +full:- +full:gcq (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/fsl,imx25-gcq.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale ADC GCQ device14 - Jonathan Cameron <jic23@kernel.org>18 const: fsl,imx25-gcq26 vref-ext-supply:31 vref-xp-supply:36 vref-yp-supply:[all …]
1 Freescale i.MX25 ADC GCQ device7 - compatible: Should be "fsl,imx25-gcq".8 - reg: Should be the register range of the module.9 - interrupts: Should be the interrupt number of the module.11 - #address-cells: Should be <1> (setting for the subnodes)12 - #size-cells: Should be <0> (setting for the subnodes)15 - vref-ext-supply: The regulator supplying the ADC reference voltage.17 - vref-xp-supply: The regulator supplying the ADC reference voltage on pin XP.19 - vref-yp-supply: The regulator supplying the ADC reference voltage on pin YP.22 Sub-nodes:[all …]
7 - compatible: Should be "fsl,imx25-tsadc".8 - reg: Start address and size of the memory area of10 - interrupts: Interrupt for this device11 (See: ../interrupt-controller/interrupts.txt)12 - clocks: An 'ipg' clock (See: ../clock/clock-bindings.txt)13 - interrupt-controller: This device is an interrupt controller. It16 - #interrupt-cells: Should be '<1>'.17 - #address-cells: Should be '<1>'.18 - #size-cells: Should be '<1>'.25 compatible = "fsl,imx25-tsadc";[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 #include <dt-bindings/gpio/gpio.h>6 #include "imx25-pinfunc.h"9 #address-cells = <1>;10 #size-cells = <1>;13 * pre-existing /chosen node to be available to insert the46 #address-cell[all...]