162306a36Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2016 Marvell Technology Group Ltd. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci/* Common definitions used by Armada 7K/8K DTs */ 762306a36Sopenharmony_ci#define PASTER(x, y) x ## y 862306a36Sopenharmony_ci#define EVALUATOR(x, y) PASTER(x, y) 962306a36Sopenharmony_ci#define CP11X_LABEL(name) EVALUATOR(CP11X_NAME, EVALUATOR(_, name)) 1062306a36Sopenharmony_ci#define CP11X_NODE_NAME(name) EVALUATOR(CP11X_NAME, EVALUATOR(-, name)) 1162306a36Sopenharmony_ci#define ADDRESSIFY(addr) EVALUATOR(0x, addr) 12