diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-08-05 06:25:50 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-10-06 11:42:38 +0200 |
commit | 78cd6a9d8e154fe2ac5d2b912519e27545cfd13b (patch) | |
tree | 8304364fe682d778967d36d93017df80594154a6 /arch/arm64/boot/dts/Makefile | |
parent | ARM: socfpga: dts: enable USB and I2C on Arria10 SoCDK (diff) | |
download | linux-78cd6a9d8e154fe2ac5d2b912519e27545cfd13b.tar.xz linux-78cd6a9d8e154fe2ac5d2b912519e27545cfd13b.zip |
arm64: dts: Add base stratix 10 dtsi
Add the base DTS for Altera's SoCFPGA Stratix 10 platform.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
v4: Add a non-zero ranges property for /soc node
v3: change #address-cells and #size-cells to <2>
change the GIC address to 0xfffc1000
update the GIC virtual CPU reg length to 0x2000
v2: use interrupt-affinity for pmu node
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index d9f88330e7b0..f58560614aef 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,3 +1,4 @@ +dts-dirs += altera dts-dirs += amd dts-dirs += apm dts-dirs += arm |