Skip to content

Commit

Permalink
dts: renesas: smartbond: Add support for the display driver class.
Browse files Browse the repository at this point in the history
Update DTS and board configurations to support the display controller.

Signed-off-by: Ioannis Karachalios <[email protected]>
  • Loading branch information
ioannis-karachalios committed Jan 16, 2024
1 parent a81bcc9 commit facface
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boards/arm/da1469x_dk_pro/da1469x_dk_pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,8 @@ zephyr_udc0: &usbd {
pinctrl-0 = <&spi2_controller>;
pinctrl-names = "default";
};

&display {
pinctrl-0 = <&display_controller_default>;
pinctrl-names = "default";
};
1 change: 1 addition & 0 deletions boards/arm/da1469x_dk_pro/da1469x_dk_pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ supported:
- rtc
- crypto
- dma
- display
vendor: renesas
11 changes: 11 additions & 0 deletions dts/arm/renesas/smartbond/da1469x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
zephyr,flash-controller = &flash_controller;
};

lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
};

cpus: cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down Expand Up @@ -319,6 +323,13 @@
interrupts = <9 0>;
};

display: lcdc@30030000 {
compatible = "renesas,smartbond-display";
reg = <0x30030000 0x18C>;
interrupts = <32 0>;
status = "disabled";
};

spi: spi@50020300 {
compatible = "renesas,smartbond-spi";
#address-cells = <1>;
Expand Down

0 comments on commit facface

Please sign in to comment.