Searched +full:ab8500 +full:- +full:sysctrl (Results 1 – 4 of 4) sorted by relevance
1 * AB8500 Multi-Functional Device (MFD)4 - compatible : contains "stericsson,ab8500" or "stericsson,ab8505";5 - interrupts : contains the IRQ line for the AB85006 - interrupt-controller : describes the AB8500 as an Interrupt Controller (has its own domain)7 - #interrupt-cells : should be 2, for 2-cell format8 - The first cell is the AB8500 local IRQ number9 - The second cell is used to specify optional parameters10 - bits[3:0] trigger type and level flags:11 1 = low-to-high edge triggered12 2 = high-to-low edge triggered[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/stericsson,ab8500.yaml#5 $schema: http://devicetree.org/meta-schema[all...]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/clock/ste-ab8500.h>10 iio-hwmon {11 compatible = "iio-hwmon";12 io-channels = <&gpadc 0x02>, /* Battery temperature */24 interrupt-parent = <&intc>;26 interrupt-controller;27 #interrupt-cells = <2>;28 #address-cells = <1>;29 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/clock/ste-ab8500.h>10 iio-hwmon {11 compatible = "iio-hwmon";12 io-channels = <&gpadc 0x02>, /* Battery temperature */25 ab8500 {26 compatible = "stericsson,ab8500";27 interrupt-parent = <&intc>;29 interrupt-controller;30 #interrupt-cells = <2>;[all …]