From a4e762b1fd60d852a88801d6f62867caab994c19 Mon Sep 17 00:00:00 2001 From: Andrei-Edward Popa Date: Tue, 22 Mar 2022 02:25:39 +0200 Subject: [PATCH] dts: bindings: reset: added bindings for Raspberry Pi Pico added reset bindings for Raspberry Pi Pico board Signed-off-by: Andrei-Edward Popa --- .../reset/raspberrypi,pico-reset.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dts/bindings/reset/raspberrypi,pico-reset.yaml diff --git a/dts/bindings/reset/raspberrypi,pico-reset.yaml b/dts/bindings/reset/raspberrypi,pico-reset.yaml new file mode 100644 index 00000000000..8b00a2da1cf --- /dev/null +++ b/dts/bindings/reset/raspberrypi,pico-reset.yaml @@ -0,0 +1,25 @@ +# Copyright (c) 2022 Andrei-Edward Popa +# SPDX-License-Identifier: Apache-2.0 + +description: Raspberry Pi Pico Reset Controller + +compatible: "raspberrypi,pico-reset" + +include: [base.yaml, reset-controller.yaml] + +properties: + reg: + required: true + reg-width: + type: int + required: false + description: The width of the reset registers in bytes. Default is 4 bytes. + active-low: + type: int + required: false + description: Set if reset is active low. Default is 0, which means active-high. + "#reset-cells": + const: 1 + +reset-cells: +- id