Searched +full:jz4740 +full:- +full:adc (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | jz4740.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ingenic,jz4740-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 6 #address-cells = <1>; 7 #size-cells = <1>; 8 compatible = "ingenic,jz4740"; 11 #address-cells = <1>; 12 #size-cells = <0>; 16 compatible = "ingenic,xburst-mxu1.0"; 20 clock-names = "cpu"; [all …]
|
H A D | jz4725b.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ingenic,jz4725b-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 6 #address-cells = <1>; 7 #size-cells = <1>; 11 #address-cells = <1>; 12 #size-cell 268 adc: adc@10070000 { global() label [all...] |
H A D | qi_lb60.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "jz4740.dtsi" 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/iio/adc/ingenic,adc.h> 8 #include <dt-bindings/clock/ingenic,tcu.h> 9 #include <dt-bindings/input/input.h> 18 compatible = "qi,lb60", "ingenic,jz4740"; 27 stdout-path = &uart0; 30 vcc: regulator-0 { [all …]
|
H A D | jz4770.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/ingenic,jz4770-cgu.h> 3 #include <dt-bindings/clock/ingenic,tcu.h> 6 #address-cells = <1>; 7 #size-cells = <1>; 11 #address-cells = <1>; 12 #size-cell 373 adc: adc@10070000 { global() label [all...] |
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | ingenic,adc.txt | 1 * Ingenic JZ47xx ADC controller IIO bindings 5 - compatible: Should be one of: 6 * ingenic,jz4725b-adc 7 * ingenic,jz4740-adc 8 * ingenic,jz4770-adc 9 - reg: ADC controller registers location and length. 10 - clocks: phandle to the SoC's ADC clock. 11 - clock-names: Must be set to "adc". 12 - #io-channel-cells: Must be set to <1> to indicate channels are selected 15 ADC clients must use the format described in iio-bindings.txt, giving [all …]
|
H A D | ingenic,adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2019-2020 Artur Rojek 4 --- 5 $id: http://devicetree.org/schemas/iio/adc/ingenic,adc.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Ingenic JZ47xx ADC controller IIO 11 - Artur Rojek <contact@artur-rojek.eu> 14 Industrial I/O subsystem bindings for ADC controller found in 17 ADC clients must use the format described in 18 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | ingenic,battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2019-2020 Artur Rojek 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Artur Rojek <contact@artur-rojek.eu> 13 $ref: power-supply.yaml# 18 - const: ingenic,jz4740-battery 19 - items: 20 - enum: 21 - ingenic,jz4725b-battery [all …]
|
H A D | ingenic,battery.txt | 5 - compatible: Must be "ingenic,jz4740-battery". 6 - io-channels: phandle and IIO specifier pair to the IIO device. 7 Format described in iio-bindings.txt. 8 - monitored-battery: phandle to a "simple-battery" compatible node. 10 The "monitored-battery" property must be a phandle to a node using the format 13 - voltage-min-design-microvolt: Drained battery voltage. 14 - voltage-max-design-microvolt: Fully charged battery voltage. 18 #include <dt-bindings/iio/adc/ingenic,adc.h> 21 compatible = "simple-battery"; 22 voltage-min-design-microvolt = <3600000>; [all …]
|