This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

nuvoton,nct38xx-gpio-alert

Vendor: Nuvoton Technology Corporation

Description

Nuvoton NCT38XX series I2C-based GPIO expander alert handler.

Example:
  nct3807_alert_1 {
    compatible = "nuvoton,nct38xx-gpio-alert";
    irq-gpios = <&gpiod 4 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
    nct38xx-dev = <&nct3808_0_P1 &nct3808_0_P2>;
  };

Properties

Properties not inherited from the base binding file.

Name

Type

Details

irq-gpios

phandle-array

Interrupt GPIO pin

This property is required.

nct38xx-dev

phandles

List of NCT38XX multi-function devices managed by this alert handler.

This property is required.