| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * DTS file for all SPEAr3xx SoCs |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2012 Viresh Kumar <vireshk@kernel.org> |
|---|
| 5 | | - * |
|---|
| 6 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 7 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 8 | | - * Version 2 or later at the following locations: |
|---|
| 9 | | - * |
|---|
| 10 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 11 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 12 | 6 | */ |
|---|
| 13 | 7 | |
|---|
| 14 | | -/include/ "skeleton.dtsi" |
|---|
| 15 | | - |
|---|
| 16 | 8 | / { |
|---|
| 9 | + #address-cells = <1>; |
|---|
| 10 | + #size-cells = <1>; |
|---|
| 17 | 11 | interrupt-parent = <&vic>; |
|---|
| 18 | 12 | |
|---|
| 19 | 13 | cpus { |
|---|