openthread,config

Vendor: OpenThread.io

Description

OpenThread configuration node.

Example usage:
options {
  openthread {
    compatible = "openthread,config";
    diag-gpios = <&gpio0 0  GPIO_ACTIVE_HIGH>,
                 <&gpio1 0  GPIO_ACTIVE_LOW>;
    bootloader-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
  };
};

Properties

Properties not inherited from the base binding file.

Name

Type

Details

diag-gpios

phandle-array

This enables access to diagnostic GPIO pins. Each field consists of
GPIO pin's configuration: controller's phandle, pin number and configuration flags.

bootloader-gpios

phandle-array

This enables resetting to bootloader by triggering given GPIO pin. Property represents
chosen GPIO pin's configuration: controller's phandle, pin number and configuration flags.