From cce75e8005e1a3dcc31aee23a0c4ca65d9f11854 Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Sat, 25 Nov 2023 17:19:19 +0100 Subject: [PATCH] boards: posix: native_posix: Expand gpio0 with new properties Add the interrupt-controller and interrupt-cells properties to the gpio0 instance. Signed-off-by: Bjarki Arge Andreasen --- boards/posix/native_posix/native_posix.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/posix/native_posix/native_posix.dts b/boards/posix/native_posix/native_posix.dts index 75af8bdb1fd2f9f..2a90631c37c4b32 100644 --- a/boards/posix/native_posix/native_posix.dts +++ b/boards/posix/native_posix/native_posix.dts @@ -170,6 +170,8 @@ low-level; gpio-controller; #gpio-cells = <2>; + interrupt-controller; + #interrupt-cells = <2>; }; zephyr_udc0: udc0 {