Searched +full:nct3807 +full:- +full:gpio (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/dts/bindings/gpio/ |
D | nuvoton,nct38xx-gpio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Nuvoton NCT38XX series I2C-based GPIO expander 7 This must be a child of the NCT38xx multi-function device. 11 nct3807@70 { 15 nct3807-gpio { 16 #address-cells = <1>; 17 #size-cells = <0>; 18 compatible = "nuvoton,nct38xx-gpio"; 20 gpio@0 { 21 compatible = "nuvoton,nct38xx-gpio-port"; [all …]
|
D | nuvoton,nct38xx-gpio-port.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: Nuvoton NCT38XX series I2C-based GPIO expander port 6 compatible: "nuvoton,nct38xx-gpio-port" 8 include: [gpio-controller.yaml, base.yaml] 19 indicates the usable GPIO mask. 29 indicates the usable GPIO pinmux mask. For port 1, this property is 32 NCT3807 port 0: <0xf7> 35 "#gpio-cells": 38 gpio-cells: 39 - pin [all …]
|
/Zephyr-latest/tests/drivers/build_all/gpio/ |
D | app.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 #address-cells = <1>; 16 #size-cells = <1>; 18 test_gpio: gpio@deadbeef { 19 compatible = "vnd,gpio"; 20 gpio-controller; 22 #gpio-cells = <0x2>; 26 test_gpio_dw: gpio@c0ffee { 27 compatible = "snps,designware-gpio"; [all …]
|