blob: 054107fab44f52522f0a41e2a2bc72358501af65 [file] [log] [blame]
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: |
OpenThread configuration node.
Example usage:
options {
openthread {
compatible = "openthread,config";
diag-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>,
<&gpio1 0 GPIO_ACTIVE_LOW>;
};
};
compatible: "openthread,config"
properties:
diag-gpios:
type: phandle-array
description: |
This enables access to diagnostic GPIO pins. Each field consists of
GPIO pin's configuration: controller's phandle, pin number and configuration flags.