Skip to content

Commit

Permalink
boards: posix: native_posix: Expand gpio0 with new properties
Browse files Browse the repository at this point in the history
Add the interrupt-controller and interrupt-cells properties to
the gpio0 instance.

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
  • Loading branch information
bjarki-andreasen committed Nov 26, 2023
1 parent 4d07506 commit cce75e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/posix/native_posix/native_posix.dts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@
low-level;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};

zephyr_udc0: udc0 {
Expand Down

0 comments on commit cce75e8

Please sign in to comment.