.. | .. |
---|
1 | | -/* |
---|
2 | | - * The code contained herein is licensed under the GNU General Public |
---|
3 | | - * License. You may obtain a copy of the GNU General Public License |
---|
4 | | - * Version 2 or later at the following locations: |
---|
5 | | - */ |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
6 | 2 | |
---|
7 | 3 | #include "ep7211.dtsi" |
---|
8 | 4 | #include <dt-bindings/gpio/gpio.h> |
---|
.. | .. |
---|
12 | 8 | compatible = "cirrus,edb7211", "cirrus,ep7211", "cirrus,ep7209"; |
---|
13 | 9 | |
---|
14 | 10 | memory { |
---|
| 11 | + device_type = "memory"; |
---|
15 | 12 | reg = <0xc0000000 0x02000000>; |
---|
16 | 13 | }; |
---|
17 | 14 | |
---|
.. | .. |
---|
28 | 25 | |
---|
29 | 26 | display: display { |
---|
30 | 27 | model = "320x240x4"; |
---|
31 | | - native-mode = <&timing0>; |
---|
32 | 28 | bits-per-pixel = <4>; |
---|
33 | 29 | ac-prescale = <17>; |
---|
34 | 30 | |
---|
35 | 31 | display-timings { |
---|
| 32 | + native-mode = <&timing0>; |
---|
36 | 33 | timing0: 320x240 { |
---|
37 | 34 | hactive = <320>; |
---|
38 | 35 | hback-porch = <0>; |
---|