1# Copyright (c) 2022 Nordic Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
5# - power@40000000 & clock@40000000 & bprot@40000000
6# - acl@4001e000 & flash-controller@4001e000
7list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")
8