| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * MPC8541 CDS Device Tree Source |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2006, 2008 Freescale Semiconductor Inc. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | - * option) any later version. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | /dts-v1/; |
|---|
| 13 | 9 | |
|---|
| 14 | | -/include/ "e500v2_power_isa.dtsi" |
|---|
| 10 | +/include/ "e500v1_power_isa.dtsi" |
|---|
| 15 | 11 | |
|---|
| 16 | 12 | / { |
|---|
| 17 | 13 | model = "MPC8541CDS"; |
|---|