Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/iio/chemical/winsen,mhz19b.yaml
26309 views
1
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/iio/chemical/winsen,mhz19b.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: MHZ19B CO2 sensor
8
9
maintainers:
10
- Gyeyoung Baek <gye976@gmail.com>
11
12
properties:
13
compatible:
14
const: winsen,mhz19b
15
16
vin-supply:
17
description: Regulator that provides power to the sensor
18
19
required:
20
- compatible
21
- vin-supply
22
23
additionalProperties: false
24
25
examples:
26
- |
27
serial {
28
co2-sensor {
29
compatible = "winsen,mhz19b";
30
vin-supply = <&vdd>;
31
};
32
};
33
...
34
35