| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl> |
|---|
| 3 | | - * |
|---|
| 4 | | - * Licensed under the ISC license. |
|---|
| 5 | 4 | */ |
|---|
| 6 | 5 | |
|---|
| 7 | 6 | #include <dt-bindings/gpio/gpio.h> |
|---|
| 8 | 7 | #include <dt-bindings/input/input.h> |
|---|
| 9 | 8 | #include <dt-bindings/interrupt-controller/irq.h> |
|---|
| 10 | 9 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
|---|
| 11 | | -#include "skeleton.dtsi" |
|---|
| 12 | 10 | |
|---|
| 13 | 11 | / { |
|---|
| 12 | + #address-cells = <1>; |
|---|
| 13 | + #size-cells = <1>; |
|---|
| 14 | 14 | interrupt-parent = <&gic>; |
|---|
| 15 | 15 | |
|---|
| 16 | 16 | aliases { |
|---|
| .. | .. |
|---|
| 32 | 32 | }; |
|---|
| 33 | 33 | }; |
|---|
| 34 | 34 | |
|---|
| 35 | | - mpcore { |
|---|
| 35 | + mpcore@18310000 { |
|---|
| 36 | 36 | compatible = "simple-bus"; |
|---|
| 37 | 37 | ranges = <0x00000000 0x18310000 0x00008000>; |
|---|
| 38 | 38 | #address-cells = <1>; |
|---|