From 6f1524c5acfbc7696dc434922569fd9ec43aee91 Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 2 Jan 2024 01:04:15 -0600 Subject: [PATCH] Add nx targets Change-Id: I5aa53ad971e6fe5d30069c3cfa33a9b7f2817fef --- Makefile | 4 ++++ tegra210-odin.dts | 9 +++++++++ tegra210b01-fric.dts | 9 +++++++++ tegra210b01-nx-common.dtsi | 7 +++++++ tegra210b01-odin.dts | 9 +++++++++ tegra210b01-vali.dts | 9 +++++++++ 6 files changed, 47 insertions(+) create mode 100644 tegra210-odin.dts create mode 100644 tegra210b01-fric.dts create mode 100644 tegra210b01-nx-common.dtsi create mode 100644 tegra210b01-odin.dts create mode 100644 tegra210b01-vali.dts diff --git a/Makefile b/Makefile index 117004a..fd1e563 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ dtb-y := dtbo-y := 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),) dtb-y := $(addprefix $(makefile-path)/,$(dtb-y)) diff --git a/tegra210-odin.dts b/tegra210-odin.dts new file mode 100644 index 0000000..924362c --- /dev/null +++ b/tegra210-odin.dts @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project + +/dts-v1/; + +#include "tegra210.dtsi" + +/ { +}; diff --git a/tegra210b01-fric.dts b/tegra210b01-fric.dts new file mode 100644 index 0000000..3a65d33 --- /dev/null +++ b/tegra210b01-fric.dts @@ -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" + +/ { +}; diff --git a/tegra210b01-nx-common.dtsi b/tegra210b01-nx-common.dtsi new file mode 100644 index 0000000..eaa3212 --- /dev/null +++ b/tegra210b01-nx-common.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project + +#include "tegra210b01.dtsi" + +/ { +}; diff --git a/tegra210b01-odin.dts b/tegra210b01-odin.dts new file mode 100644 index 0000000..3a65d33 --- /dev/null +++ b/tegra210b01-odin.dts @@ -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" + +/ { +}; diff --git a/tegra210b01-vali.dts b/tegra210b01-vali.dts new file mode 100644 index 0000000..3a65d33 --- /dev/null +++ b/tegra210b01-vali.dts @@ -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" + +/ { +};