dts: bindings: gpio: remove unused reg property from emul driver

The gpio-emul driver does not actually require any reg property,
since it is not in the physical memory map of any device. So
let's remove that property from the bindings.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2024-05-13 13:36:56 -04:00 committed by Carles Cufí
commit cf8a756e67
2 changed files with 1 additions and 5 deletions

View file

@ -161,10 +161,9 @@
compatible = "zephyr,native-posix-counter";
};
gpio0: gpio@800 {
gpio0: gpio_emul {
status = "okay";
compatible = "zephyr,gpio-emul";
reg = <0x800 0x4>;
rising-edge;
falling-edge;
high-level;

View file

@ -8,9 +8,6 @@ compatible: "zephyr,gpio-emul"
include: [gpio-controller.yaml, base.yaml]
properties:
reg:
required: true
rising-edge:
description: Enables support for rising edge interrupt detection
type: boolean