1# SPDX-License-Identifier: GPL-2.0+ 2 3include $(srctree)/scripts/Makefile.dts 4 5# Add any required device tree compiler flags here 6DTC_FLAGS += -a 0x8 7 8ifdef CONFIG_RCAR_64 9 DTC_FLAGS += -R 4 10endif 11