1# Copyright (c) 2019, NXP 2# SPDX-License-Identifier: Apache-2.0 3 4# Suppress DTC warnings due to all GPIO nodes sharing the same register address. 5list(APPEND EXTRA_DTC_FLAGS "-Wno-simple_bus_reg") 6 7# Suppress "unique_unit_address_if_enabled" to handle the following overlaps: 8# - /soc/flash@0 & /soc/gpio@0 9list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") 10