From 101c0d1da5bdf63105afc1a9485c4e7177f45809 Mon Sep 17 00:00:00 2001 From: Dirk Helbig Date: Fri, 14 Jun 2024 08:13:24 +0200 Subject: [PATCH] added dt bindings --- dts/bindings/gpio-outputs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dts/bindings/gpio-outputs.yaml diff --git a/dts/bindings/gpio-outputs.yaml b/dts/bindings/gpio-outputs.yaml new file mode 100644 index 0000000..75290ed --- /dev/null +++ b/dts/bindings/gpio-outputs.yaml @@ -0,0 +1,20 @@ +description: | + This is for general gpio support + +compatible: "gpio-outputs" + +child-binding: + description: GPIO output child node + properties: + gpios: + type: phandle-array + required: true + description: port pin description + label: + required: false + type: string + description: | + Human readable string describing the pin. It can be used by an + application to identify this pin or to retrieve its number/index + (i.e. child node number) on the parent device. +