Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
&gpio3 {
status = "okay";
};

&co5300_zc143ac72mipi {
ext-ram = <&sram1>;
addr-align = <64>;
pitch-align = <64>;
};
10 changes: 8 additions & 2 deletions boards/shields/zc143ac72mipi/zc143ac72mipi.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
chosen {
zephyr,display = &co5300_zc143ac72mipi;
};

en_mipi_display_zc143ac72mipi: enable-mipi-display {
compatible = "regulator-fixed";
regulator-name = "en_mipi_display";
enable-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
regulator-boot-on;
};
};

&zephyr_mipi_dsi {
Expand All @@ -20,9 +27,8 @@
compatible = "chipone,co5300";
reg = <0x0>;
reset-gpios = <&nxp_mipi_connector 21 GPIO_ACTIVE_HIGH>;
backlight-gpios = <&nxp_mipi_connector 34 GPIO_ACTIVE_HIGH>;
backlight-gpios = <&nxp_mipi_connector 0 GPIO_ACTIVE_HIGH>;
tear-effect-gpios = <&nxp_mipi_connector 22 GPIO_ACTIVE_HIGH>;
power-gpios = <&nxp_mipi_connector 32 GPIO_ACTIVE_HIGH>;
data-lanes = <1>;
width = <466>;
height = <466>;
Expand Down
Loading