18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2016 Marvell Technology Group Ltd.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci/* Common definitions used by Armada 7K/8K DTs */
78c2ecf20Sopenharmony_ci#define PASTER(x, y) x ## y
88c2ecf20Sopenharmony_ci#define EVALUATOR(x, y) PASTER(x, y)
98c2ecf20Sopenharmony_ci#define CP11X_LABEL(name) EVALUATOR(CP11X_NAME, EVALUATOR(_, name))
108c2ecf20Sopenharmony_ci#define CP11X_NODE_NAME(name) EVALUATOR(CP11X_NAME, EVALUATOR(-, name))
118c2ecf20Sopenharmony_ci#define ADDRESSIFY(addr) EVALUATOR(0x, addr)
12