mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
375faa93cb
This patch adds Device Tree file for the CoreTile Express A15x2 A7x3 (V2P-CA15_CA7). Note that the A7 cpu nodes are commented out, as the big.LITTLE-relevant patches are not upstreamed yet. Till this time one can use the board with two A15 cores only, keeping the A7s in reset by adding the following setting to the board.txt file in Versatile Express configuration tree: SCC: 0x018 0x00001FFF Signed-off-by: Pawel Moll <pawel.moll@arm.com>
11 lines
354 B
Clojure
11 lines
354 B
Clojure
# Those numbers are used only by the non-DT V2P-CA9 platform
|
|
# The DT-enabled ones require CONFIG_AUTO_ZRELADDR=y
|
|
zreladdr-y += 0x60008000
|
|
params_phys-y := 0x60000100
|
|
initrd_phys-y := 0x60800000
|
|
|
|
dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb \
|
|
vexpress-v2p-ca9.dtb \
|
|
vexpress-v2p-ca15-tc1.dtb \
|
|
vexpress-v2p-ca15_a7.dtb
|