blob: 2e3b3ff69ec501a1b71065c0e2bb8254a2e046a4 [file] [log] [blame]
# Copyright (c) 2019, NXP
# SPDX-License-Identifier: Apache-2.0
# Suppress DTC warnings due to all GPIO nodes sharing the same register address.
list(APPEND EXTRA_DTC_FLAGS "-Wno-simple_bus_reg")
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
# - /soc/flash@0 & /soc/gpio@0
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")