aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi')
-rw-r--r--roms/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi57
1 files changed, 57 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
new file mode 100644
index 000000000..d0cbf79e3
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
@@ -0,0 +1,57 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2018 NXP
+ */
+
+&{/aliases} {
+ u-boot,dm-pre-reloc;
+ display0 = &lcdif;
+};
+
+&qspi {
+ flash0: n25q256a@0 {
+ compatible = "jedec,spi-nor";
+ };
+};
+
+&{/soc} {
+ u-boot,dm-pre-reloc;
+};
+
+&aips2 {
+ u-boot,dm-pre-reloc;
+};
+
+&iomuxc {
+ u-boot,dm-pre-reloc;
+};
+
+&lcdif {
+ display = <&display0>;
+ u-boot,dm-pre-reloc;
+
+ display0: display@0 {
+ bits-per-pixel = <24>;
+ 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>;
+ };
+ };
+ };
+};