Skip to content

Commit 301c703

Browse files
gmarullcarlescufi
authored andcommitted
boards: custom_plank: suppress some DT warnings
Nordic boards have some overlapping DT addresses, silent dtc as this is a known issue. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent da26783 commit 301c703

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (c) 2024 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
7+
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")

0 commit comments

Comments
 (0)