2018-06-28 03:23:16 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright 2018 NXP
|
|
|
|
*/
|
|
|
|
|
2019-08-01 06:02:49 +00:00
|
|
|
&{/aliases} {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-08-01 06:02:49 +00:00
|
|
|
display0 = &lcdif;
|
|
|
|
};
|
|
|
|
|
2022-10-22 21:59:32 +00:00
|
|
|
&soc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-08-01 06:02:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&aips2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-08-01 06:02:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&iomuxc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-08-01 06:02:49 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&lcdif {
|
|
|
|
display = <&display0>;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-08-01 06:02:49 +00:00
|
|
|
|
|
|
|
display0: display@0 {
|
2020-02-05 16:49:59 +00:00
|
|
|
bits-per-pixel = <24>;
|
2019-08-01 06:02:49 +00:00
|
|
|
bus-width = <24>;
|
|
|
|
|
|
|
|
display-timings {
|
|
|
|
native-mode = <&timing0>;
|
|
|
|
|
|
|
|
timing0: timing0 {
|
|
|
|
clock-frequency = <9200000>;
|
|
|
|
hactive = <480>;
|
|
|
|
vactive = <272>;
|
|
|
|
hfront-porch = <8>;
|
|
|
|
hback-porch = <4>;
|
|
|
|
hsync-len = <41>;
|
|
|
|
vback-porch = <2>;
|
|
|
|
vfront-porch = <4>;
|
|
|
|
vsync-len = <10>;
|
|
|
|
hsync-active = <0>;
|
|
|
|
vsync-active = <0>;
|
|
|
|
de-active = <1>;
|
|
|
|
pixelclk-active = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|