| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2013 Armadeus Systems - <support@armadeus.com> |
|---|
| 3 | | - * |
|---|
| 4 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 5 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 6 | | - * Version 2 or later at the following locations: |
|---|
| 7 | | - * |
|---|
| 8 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 9 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 10 | 4 | */ |
|---|
| 11 | 5 | |
|---|
| 12 | 6 | /* APF27Dev is a docking board for the APF27 SOM */ |
|---|
| .. | .. |
|---|
| 18 | 12 | |
|---|
| 19 | 13 | display: display { |
|---|
| 20 | 14 | model = "Chimei-LW700AT9003"; |
|---|
| 21 | | - native-mode = <&timing0>; |
|---|
| 22 | 15 | bits-per-pixel = <16>; /* non-standard but required */ |
|---|
| 23 | 16 | fsl,pcr = <0xfae80083>; /* non-standard but required */ |
|---|
| 24 | 17 | display-timings { |
|---|
| 18 | + native-mode = <&timing0>; |
|---|
| 25 | 19 | timing0: 800x480 { |
|---|
| 26 | 20 | clock-frequency = <33000033>; |
|---|
| 27 | 21 | hactive = <800>; |
|---|