1 # SPDX-License-Identifier: GPL-2.0 2 3 # Enables support for device-tree overlays 4 DTC_FLAGS_tegra210-p2371-2180 := -@ 5 DTC_FLAGS_tegra210-p3450-0000 := -@ 6 DTC_FLAGS_tegra186-p2771-0000 := -@ 7 DTC_FLAGS_tegra186-p3509-0000+p3636-0001 := -@ 8 DTC_FLAGS_tegra194-p2972-0000 := -@ 9 DTC_FLAGS_tegra194-p3509-0000+p3668-0000 := -@ 10 DTC_FLAGS_tegra194-p3509-0000+p3668-0001 := -@ 11 DTC_FLAGS_tegra234-p3737-0000+p3701-0000 := -@ 12 DTC_FLAGS_tegra234-p3740-0002+p3701-0008 := -@ 13 DTC_FLAGS_tegra234-p3768-0000+p3767-0000 := -@ 14 DTC_FLAGS_tegra234-p3768-0000+p3767-0005 := -@ 15 16 dtb-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra132-norrin.dtb 17 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-0000.dtb 18 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-2180.dtb 19 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2571.dtb 20 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p3450-0000.dtb 21 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-smaug.dtb 22 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2894-0050-a08.dtb 23 dtb-$(CONFIG_ARCH_TEGRA_186_SOC) += tegra186-p2771-0000.dtb 24 dtb-$(CONFIG_ARCH_TEGRA_186_SOC) += tegra186-p3509-0000+p3636-0001.dtb 25 dtb-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-p2972-0000.dtb 26 dtb-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-p3509-0000+p3668-0000.dtb 27 dtb-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-p3509-0000+p3668-0001.dtb 28 dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-sim-vdk.dtb 29 dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3737-0000+p3701-0000.dtb 30 dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3740-0002+p3701-0008.dtb 31 dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3768-0000+p3767-0000.dtb 32 dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3768-0000+p3767-0005.dtb
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.