armada-common.dtsi 334 B

1234567891011
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (C) 2016 Marvell Technology Group Ltd.
  4. */
  5. /* Common definitions used by Armada 7K/8K DTs */
  6. #define PASTER(x, y) x ## y
  7. #define EVALUATOR(x, y) PASTER(x, y)
  8. #define CP110_LABEL(name) EVALUATOR(CP110_NAME, EVALUATOR(_, name))
  9. #define ADDRESSIFY(addr) EVALUATOR(0x, addr)