| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2012 ST-Ericsson AB |
|---|
| 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 | /dts-v1/; |
|---|
| 7 | +#include "ste-db8500.dtsi" |
|---|
| 13 | 8 | #include "ste-hrefprev60.dtsi" |
|---|
| 14 | | -#include "ste-href-tvk1281618.dtsi" |
|---|
| 9 | +#include "ste-href-tvk1281618-r2.dtsi" |
|---|
| 15 | 10 | |
|---|
| 16 | 11 | / { |
|---|
| 17 | 12 | model = "ST-Ericsson HREF (pre-v60) and TVK1281618 UIB"; |
|---|
| 18 | 13 | compatible = "st-ericsson,mop500", "st-ericsson,u8500"; |
|---|
| 19 | | - |
|---|
| 20 | | - /* This stablilizes the serial port enumeration */ |
|---|
| 21 | | - aliases { |
|---|
| 22 | | - serial0 = &ux500_serial0; |
|---|
| 23 | | - serial1 = &ux500_serial1; |
|---|
| 24 | | - serial2 = &ux500_serial2; |
|---|
| 25 | | - }; |
|---|
| 26 | 14 | }; |
|---|