Ye Li | 25baafc | 2018-06-27 20:23:16 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2018 NXP |
| 4 | */ |
| 5 | |
Peng Fan | ae07605 | 2019-08-01 06:02:49 +0000 | [diff] [blame] | 6 | &{/aliases} { |
| 7 | u-boot,dm-pre-reloc; |
| 8 | display0 = &lcdif; |
| 9 | }; |
| 10 | |
Ye Li | 25baafc | 2018-06-27 20:23:16 -0700 | [diff] [blame] | 11 | &qspi { |
| 12 | flash0: n25q256a@0 { |
Neil Armstrong | ffd4c7c | 2019-02-10 10:16:20 +0000 | [diff] [blame] | 13 | compatible = "jedec,spi-nor"; |
Ye Li | 25baafc | 2018-06-27 20:23:16 -0700 | [diff] [blame] | 14 | }; |
Peng Fan | ae07605 | 2019-08-01 06:02:49 +0000 | [diff] [blame] | 15 | }; |
| 16 | |
| 17 | &{/soc} { |
| 18 | u-boot,dm-pre-reloc; |
| 19 | }; |
| 20 | |
| 21 | &aips2 { |
| 22 | u-boot,dm-pre-reloc; |
| 23 | }; |
| 24 | |
| 25 | &iomuxc { |
| 26 | u-boot,dm-pre-reloc; |
| 27 | }; |
| 28 | |
| 29 | &lcdif { |
| 30 | display = <&display0>; |
| 31 | u-boot,dm-pre-reloc; |
| 32 | |
| 33 | display0: display@0 { |
| 34 | bits-per-pixel = <16>; |
| 35 | bus-width = <24>; |
| 36 | |
| 37 | display-timings { |
| 38 | native-mode = <&timing0>; |
| 39 | |
| 40 | timing0: timing0 { |
| 41 | clock-frequency = <9200000>; |
| 42 | hactive = <480>; |
| 43 | vactive = <272>; |
| 44 | hfront-porch = <8>; |
| 45 | hback-porch = <4>; |
| 46 | hsync-len = <41>; |
| 47 | vback-porch = <2>; |
| 48 | vfront-porch = <4>; |
| 49 | vsync-len = <10>; |
| 50 | hsync-active = <0>; |
| 51 | vsync-active = <0>; |
| 52 | de-active = <1>; |
| 53 | pixelclk-active = <0>; |
| 54 | }; |
| 55 | }; |
| 56 | }; |
| 57 | }; |