Skip to content

Commit

Permalink
dts: renesas: smartbond: Add support for the MIPI DBI host controller.
Browse files Browse the repository at this point in the history
Update SoC DTS configurations to support the Renesas MIPI DBI host
controller.

Signed-off-by: Ioannis Karachalios <[email protected]>
  • Loading branch information
ioannis-karachalios committed Mar 5, 2024
1 parent 4fbfaf5 commit df81b65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 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 @@ -300,6 +304,15 @@
status = "okay";
};

mipi_dbi: lcdc@30030000 {
compatible = "renesas,smartbond-mipi-dbi";
reg = <0x30030000 0x18C>;
interrupts = <32 0>;
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};

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

0 comments on commit df81b65

Please sign in to comment.