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" + +/ { +};