zephyr/boards/arm/lpcxpresso55s69/pre_dt_board.cmake
Andrei Gansari 0a699f71a0 boards: suppress dtc simple_bus_reg warning on LPC
LPC SoCs share the same register for all GPIO poarts. This leads us to a
device tree configuration that missmatches GPIO register address and
GPIO port identifier.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
2020-02-05 13:04:44 -06:00

6 lines
199 B
CMake

# Copyright (c) 2019, NXP
# SPDX-License-Identifier: Apache-2.0
# Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
list(APPEND EXTRA_DTC_FLAGS "-Wno-simple_bus_reg")