.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/arm/boot/dts/axm55xx.dtsi |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013 LSI |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License as published by |
---|
8 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
9 | | - * (at your option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
---|
13 | 9 | #include <dt-bindings/clock/lsi,axm5516-clks.h> |
---|
14 | 10 | |
---|
15 | | -#include "skeleton64.dtsi" |
---|
16 | | - |
---|
17 | 11 | / { |
---|
| 12 | + #address-cells = <2>; |
---|
| 13 | + #size-cells = <2>; |
---|
18 | 14 | interrupt-parent = <&gic>; |
---|
19 | 15 | |
---|
20 | 16 | aliases { |
---|