File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
tests/drivers/build_all/display Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 250
250
remap-value = <0x0>;
251
251
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
252
252
};
253
+
254
+ test_mipi_dbi_ssd1363: ssd1363@15 {
255
+ compatible = "solomon,ssd1363";
256
+ reg = <15>;
257
+ mipi-max-frequency = <100000000>;
258
+ width = <256>;
259
+ height = <128>;
260
+ precharge-period = <0x0>;
261
+ remap-value = <0x0000>;
262
+ oscillator-freq = <0x0>;
263
+ display-offset = <0x0>;
264
+ column-offset = <0>;
265
+ start-line = <0>;
266
+ multiplex-ratio = <0>;
267
+ phase-length = <0x0>;
268
+ mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
269
+ };
253
270
};
254
271
255
272
test_mipi_dbi_xfr_16bit_write_only {
533
550
remap-value = <0>;
534
551
phase-length = <0>;
535
552
};
553
+
554
+ test_ssd1363: ssd1363@6 {
555
+ compatible = "solomon,ssd1363";
556
+ reg = <0x5>;
557
+ width = <256>;
558
+ height = <128>;
559
+ precharge-period = <0x0>;
560
+ remap-value = <0x0000>;
561
+ oscillator-freq = <0x0>;
562
+ display-offset = <0x0>;
563
+ column-offset = <0>;
564
+ start-line = <0>;
565
+ multiplex-ratio = <0>;
566
+ phase-length = <0x0>;
567
+ };
536
568
};
537
569
};
538
570
};
You can’t perform that action at this time.
0 commit comments