Skip to content

Commit

Permalink
boards: custom_plank: suppress some DT warnings
Browse files Browse the repository at this point in the history
Nordic boards have some overlapping DT addresses, silent dtc as
this is a known issue.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Oct 14, 2024
1 parent 3bd58f8 commit 4d85f5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/vendor/custom_plank/pre_dt_board.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright (c) 2024 Nordic Semiconductor
# SPDX-License-Identifier: Apache-2.0

# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
# - power@40000000 & clock@40000000 & bprot@40000000
# - acl@4001e000 & flash-controller@4001e000
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")

0 comments on commit 4d85f5d

Please sign in to comment.