openthread,config

Vendor: Unknown vendor

Description

OpenThread configuration node.

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

Properties

Node specific 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.

Deprecated node specific properties

Deprecated properties not inherited from the base binding file.

(None)

Base properties

Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the “openthread,config” compatible.

(None)