Searched +full:imx23 +full:- +full:lradc (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | mxs-lradc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/mxs-lradc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale MXS Low-Resolution ADC (LRADC) 10 - Dario Binacchi <dario.binacchi@amarulasolutions.com> 13 The LRADC provides 16 physical channels of 12-bit resolution for 14 analog-to-digital conversion and includes an integrated 4-wire/5-wire 20 - enum: 21 - fsl,imx23-lradc [all …]
|
| H A D | mxs-lradc.txt | 1 * Freescale MXS LRADC device driver 4 - compatible: Should be "fsl,imx23-lradc" for i.MX23 SoC and "fsl,imx28-lradc" 6 - reg: Address and length of the register set for the device 7 - interrupts: Should contain the LRADC interrupts 10 - fsl,lradc-touchscreen-wires: Number of wires used to connect the touchscreen 11 to LRADC. Valid value is either 4 or 5. If this 14 - fsl,ave-ctrl: number of samples per direction to calculate an average value. 16 - fsl,ave-delay: delay between consecutive samples. Allowed value is 17 2 ... 2048. It is used if 'fsl,ave-ctrl' > 1, counts at 19 - fsl,settling: delay between plate switch to next sample. Allowed value is [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
| H A D | imx23.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include "imx23-pinfunc.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 11 interrupt-parent = <&icoll>; 14 * pre-existing /chosen node to be available to insert the 31 #address-cells = <1>; 32 #size-cells = <0>; 35 compatible = "arm,arm926ej-s"; 42 compatible = "simple-bus"; [all …]
|
| H A D | imx23-evk.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 5 /dts-v1/; 6 #include "imx23.dtsi" 10 compatible = "fsl,imx23-evk", "fsl,imx23"; 17 reg_vddio_sd0: regulator-vddio-sd0 { 18 compatible = "regulator-fixed"; 19 regulator-name = "vddio-sd0"; 20 regulator-min-microvolt = <3300000>; 21 regulator-max-microvolt = <3300000>; 25 reg_lcd_3v3: regulator-lcd-3v3 { [all …]
|
| H A D | imx23-olinuxino.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include "imx23.dtsi" 14 compatible = "olimex,imx23-olinuxino", "fsl,imx23"; 22 apbh-bus@80000000 { 24 compatible = "fsl,imx23-mmc"; 25 pinctrl-names = "default"; 26 pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_sck_cfg>; 27 bus-width = <4>; [all …]
|
| H A D | imx23-xfi3.dts | 2 * Copyright (C) 2013-2016 Marek Vasut <marek.vasut@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 44 /dts-v1/; 45 #include "imx23.dtsi" 48 model = "Creative ZEN X-Fi3"; 49 compatible = "creative,x-fi3", "fsl,imx23"; 57 apbh-bus@80000000 { 59 compatible = "fsl,imx23-mmc"; 60 pinctrl-names = "default"; 61 pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>; [all …]
|
| H A D | imx23-sansa.dts | 2 * Copyright (C) 2013-2016 Marek Vasut <marek.vasut@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 44 /dts-v1/; 45 #include <dt-bindings/gpio/gpio.h> 46 #include "imx23.dtsi" 50 compatible = "sandisk,sansa_fuze_plus", "fsl,imx23"; 58 apbh-bus@80000000 { 60 compatible = "fsl,imx23-mmc"; 61 pinctrl-names = "default"; 62 pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>; [all …]
|
| H A D | imx28.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include <dt-bindings/gpio/gpio.h> 6 #include "imx28-pinfunc.h" 9 #address-cells = <1>; 10 #size-cells = <1>; 12 interrupt-parent = <&icoll>; 15 * pre-existing /chosen node to be available to insert the 42 #address-cells = <1>; 43 #size-cells = <0>; 46 compatible = "arm,arm926ej-s"; [all …]
|