Add nx targets
Change-Id: I5aa53ad971e6fe5d30069c3cfa33a9b7f2817fef
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,6 +6,10 @@ dtb-y :=
|
|||||||
dtbo-y :=
|
dtbo-y :=
|
||||||
makefile-path := t21x/nx
|
makefile-path := t21x/nx
|
||||||
|
|
||||||
|
dtb-y += tegra210-odin.dtb
|
||||||
|
dtb-y += tegra210b01-fric.dtb
|
||||||
|
dtb-y += tegra210b01-odin.dtb
|
||||||
|
dtb-y += tegra210b01-vali.dtb
|
||||||
|
|
||||||
ifneq ($(dtb-y),)
|
ifneq ($(dtb-y),)
|
||||||
dtb-y := $(addprefix $(makefile-path)/,$(dtb-y))
|
dtb-y := $(addprefix $(makefile-path)/,$(dtb-y))
|
||||||
|
|||||||
9
tegra210-odin.dts
Normal file
9
tegra210-odin.dts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "tegra210.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
};
|
||||||
9
tegra210b01-fric.dts
Normal file
9
tegra210b01-fric.dts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "tegra210b01-nx-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
};
|
||||||
7
tegra210b01-nx-common.dtsi
Normal file
7
tegra210b01-nx-common.dtsi
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project
|
||||||
|
|
||||||
|
#include "tegra210b01.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
};
|
||||||
9
tegra210b01-odin.dts
Normal file
9
tegra210b01-odin.dts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "tegra210b01-nx-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
};
|
||||||
9
tegra210b01-vali.dts
Normal file
9
tegra210b01-vali.dts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "tegra210b01-nx-common.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user