Sumit Garg | f7e5284 | 2024-02-22 15:06:01 +0530 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | include $(srctree)/scripts/Makefile.dts | ||||
4 | |||||
Sumit Garg | f7e5284 | 2024-02-22 15:06:01 +0530 | [diff] [blame] | 5 | # Add any required device tree compiler flags here |
6 | DTC_FLAGS += -a 0x8 | ||||
7 | |||||
Marek Vasut | 75292de | 2024-05-19 22:40:07 +0200 | [diff] [blame] | 8 | ifdef CONFIG_RCAR_64 |
9 | DTC_FLAGS += -R 4 -p 0x1000 | ||||
10 | endif |