.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2014 Christoph Fritz <chf.fritzc@googlemail.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 as published by |
---|
6 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
7 | | - * (at your option) any later version. |
---|
8 | 4 | */ |
---|
9 | 5 | |
---|
10 | 6 | #include "omap36xx.dtsi" |
---|
11 | 7 | |
---|
12 | 8 | / { |
---|
13 | 9 | model = "INCOstartec LILLY-A83X module (DM3730)"; |
---|
14 | | - compatible = "incostartec,omap3-lilly-a83x", "ti,omap36xx", "ti,omap3"; |
---|
| 10 | + compatible = "incostartec,omap3-lilly-a83x", "ti,omap3630", "ti,omap36xx", "ti,omap3"; |
---|
15 | 11 | |
---|
16 | 12 | chosen { |
---|
17 | 13 | bootargs = "console=ttyO0,115200n8 vt.global_cursor_default=0 consoleblank=0"; |
---|