boards: arm: pinetime: Add chosen display
commit 65f0c8641c
("boards/shields: add zephyr,display chosen property")
added a chosen display property to most of the boards.
This was missing for the pinetime board.
Signed-off-by: Casper Meijn <casper@meijn.net>
This commit is contained in:
parent
f37f8a5dd5
commit
e2588d6a42
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,display = &st7789v;
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue