| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Author: Anthoine Bourgeois <anthoine.bourgeois@gmail.com> |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | /dts-v1/; |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #include "omap3-devkit8000-common.dtsi" |
|---|
| 11 | 8 | / { |
|---|
| 12 | 9 | model = "TimLL OMAP3 Devkit8000"; |
|---|
| 13 | | - compatible = "timll,omap3-devkit8000", "ti,omap3"; |
|---|
| 10 | + compatible = "timll,omap3-devkit8000", "ti,omap3430", "ti,omap3"; |
|---|
| 14 | 11 | |
|---|
| 15 | 12 | aliases { |
|---|
| 16 | 13 | display1 = &dvi0; |
|---|