| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group |
|---|
| 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 | |
|---|
| 9 | 6 | /* |
|---|
| .. | .. |
|---|
| 17 | 14 | |
|---|
| 18 | 15 | / { |
|---|
| 19 | 16 | model = "OMAP36xx/AM37xx/DM37xx Gumstix Overo on Palo43"; |
|---|
| 20 | | - compatible = "gumstix,omap3-overo-palo43", "gumstix,omap3-overo", "ti,omap36xx", "ti,omap3"; |
|---|
| 17 | + compatible = "gumstix,omap3-overo-palo43", "gumstix,omap3-overo", "ti,omap3630", "ti,omap36xx", "ti,omap3"; |
|---|
| 21 | 18 | }; |
|---|
| 22 | 19 | |
|---|
| 23 | 20 | &omap3_pmx_core2 { |
|---|