1# Copyright (c) 2022 Nordic Semiconductor 2# SPDX-License-Identifier: Apache-2.0 3 4if("${BOARD_QUALIFIERS}" STREQUAL "/nrf51822") 5 # Suppress "unique_unit_address_if_enabled" to handle the following overlaps: 6 # - power@40000000 & clock@40000000 & nrf-mpu@40000000 7 list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") 8endif() 9