Path: blob/master/Documentation/devicetree/bindings/iio/adc/allwinner,sun8i-a33-ths.yaml
26309 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/iio/adc/allwinner,sun8i-a33-ths.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Allwinner A33 Thermal Sensor78maintainers:9- Chen-Yu Tsai <wens@csie.org>10- Maxime Ripard <mripard@kernel.org>1112properties:13"#io-channel-cells":14const: 01516"#thermal-sensor-cells":17const: 01819compatible:20const: allwinner,sun8i-a33-ths2122reg:23maxItems: 12425required:26- "#io-channel-cells"27- "#thermal-sensor-cells"28- compatible29- reg3031additionalProperties: false3233examples:34- |35ths: ths@1c25000 {36compatible = "allwinner,sun8i-a33-ths";37reg = <0x01c25000 0x100>;38#thermal-sensor-cells = <0>;39#io-channel-cells = <0>;40};4142...434445