Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / arm64 / boot / dts / marvell / armada-common.dtsi
blobc6dd1d81c68de3b1bb467687e76bfd2cd2d016ce
1 // SPDX-License-Identifier: (GPL-2.0+ OR X11)
2 /*
3  * Copyright (C) 2016 Marvell Technology Group Ltd.
4  */
6 /* Common definitions used by Armada 7K/8K DTs */
7 #define PASTER(x, y) x ## y
8 #define EVALUATOR(x, y) PASTER(x, y)
9 #define CP110_LABEL(name) EVALUATOR(CP110_NAME, EVALUATOR(_, name))
10 #define ADDRESSIFY(addr) EVALUATOR(0x, addr)