Skip to content

Commit

Permalink
dts: set default dts files for platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Joacim Zetterling <[email protected]>
  • Loading branch information
joazet committed Dec 2, 2023
1 parent 5cae87d commit 2d6116d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ karch-ember := arm64
karch-zero := x86_64
karch := $(karch-$(PLAT))

default-board-dagger := 0000-needle
default-board := $(default-board-$(PLAT))

kernel-dts := $(LINUX_DIR)/arch/$(karch)/boot/dts
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
};

/ {
model = "Ember";

gpio-restart {
compatible = "gpio-restart";
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
Expand Down
File renamed without changes.

0 comments on commit 2d6116d

Please sign in to comment.