Lines Matching +full:sensorhub +full:- +full:rinato
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/samsung,sensorhub-rinato.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Sensorhub driver
10 - Jonathan Cameron <jic23@kernel.org>
13 Sensorhub is a MCU which manages several sensors and also plays the role
19 - samsung,sensorhub-rinato
20 - samsung,sensorhub-thermostat
28 ap-mcu-gpios:
31 Application Processor to sensorhub line - used during communication
33 mcu-ap-gpios:
36 Sensorhub to Application Processor - used during communication
38 mcu-reset-gpios:
41 Reset the sensorhub.
44 - compatible
45 - reg
46 - interrupts
47 - ap-mcu-gpios
48 - mcu-ap-gpios
49 - mcu-reset-gpios
52 - $ref: /schemas/spi/spi-peripheral-props.yaml#
57 - |
59 #address-cells = <1>;
60 #size-cells = <0>;
62 sensorhub@0 {
63 compatible = "samsung,sensorhub-rinato";
65 spi-max-frequency = <5000000>;
66 interrupt-parent = <&gpx0>;
68 ap-mcu-gpios = <&gpx0 0 0>;
69 mcu-ap-gpios = <&gpx0 4 0>;
70 mcu-reset-gpios = <&gpx0 5 0>;