Lines Matching +full:hfront +full:- +full:porch
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include <st/f4/stm32f429zitx-pinctrl.dtsi>
11 #include <zephyr/dt-bindings/display/ili9xxx.h>
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
20 zephyr,shell-uart = &usart1;
29 compatible = "zephyr,memory-region", "mmio-sram";
32 zephyr,memory-region = "SDRAM2";
36 compatible = "gpio-leds";
48 compatible = "gpio-keys";
62 compatible = "zephyr,lvgl-pointer-input";
67 compatible = "zephyr,mipi-dbi-spi";
68 dc-gpios = <&gpiod 13 GPIO_ACTIVE_HIGH>;
69 write-only;
70 #address-cells = <1>;
71 #size-cells = <0>;
72 spi-dev = <&spi5>;
76 mipi-max-frequency = <5625000>;
81 pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
109 clock-frequency = <DT_FREQ_M(8)>;
114 div-m = <8>;
115 mul-n = <336>;
116 div-p = <2>;
117 div-q = <7>;
124 clock-frequency = <DT_FREQ_M(168)>;
125 ahb-prescaler = <1>;
126 apb1-prescaler = <4>;
127 apb2-prescaler = <2>;
131 pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
132 pinctrl-names = "default";
133 current-speed = <115200>;
144 pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>;
145 pinctrl-names = "default";
147 clock-frequency = <I2C_BITRATE_FAST>;
151 pinctrl-0 = <&i2c2_scl_pb10 &i2c2_sda_pb11>;
152 pinctrl-names = "default";
154 clock-frequency = <I2C_BITRATE_FAST>;
158 pinctrl-0 = <&i2c3_scl_pa8 &i2c3_sda_pc9>;
159 pinctrl-names = "default";
161 clock-frequency = <I2C_BITRATE_FAST>;
167 int-gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
168 screen-width = <240>;
169 screen-height = <320>;
170 raw-x-min = <240>;
171 raw-y-min = <200>;
172 raw-x-max = <3680>;
173 raw-y-max = <3800>;
174 panel-driver-settling-time-us = <1000>;
175 touch-detect-delay-us = <5000>;
176 touch-average-control = <8>;
177 tracking-index = <127>;
178 inverted-x;
179 inverted-y;
184 pinctrl-0 = <&spi5_nss_pf6 &spi5_sck_pf7
186 pinctrl-names = "default";
188 cs-gpios = <&gpioc 2 GPIO_ACTIVE_LOW>;
193 pinctrl-0 = <&fmc_nbl0_pe0 &fmc_nbl1_pe1
204 pinctrl-names = "default";
209 power-up-delay = <100>;
210 num-auto-refresh = <1>;
211 mode-register = <0>;
212 refresh-rate = <1386>;
217 st,sdram-control = <STM32_FMC_SDRAM_NC_8
225 st,sdram-timing = <2 7 4 7 2 2 2>;
231 pinctrl-0 = <<dc_r2_pc10 <dc_r3_pb0 <dc_r4_pa11 <dc_r5_pa12
237 pinctrl-names = "default";
238 ext-sdram = <&sdram2>;
239 display-controller = <&ili9341>;
244 pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
245 display-timings {
246 compatible = "zephyr,panel-timing";
247 de-active = <0>;
248 pixelclk-active = <0>;
249 hsync-active = <0>;
250 vsync-active = <0>;
251 hsync-len = <10>;
252 vsync-len = <2>;
253 hback-porch= <20>;
254 vback-porch = <2>;
255 hfront-porch = <10>;
256 vfront-porch = <4>;
258 def-back-color-red = <0xFF>;
259 def-back-color-green = <0xFF>;
260 def-back-color-blue = <0xFF>;
264 pinctrl-0 = <&usb_otg_hs_dm_pb14 &usb_otg_hs_dp_pb15 &usb_otg_hs_id_pb12>;
265 pinctrl-names = "default";