diff --git a/include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h b/include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h new file mode 100644 index 0000000..1a04000 --- /dev/null +++ b/include/nvidia-oot/dt-bindings/soc/ga10b-fuse.h @@ -0,0 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0 +// SPDX-FileCopyrightText: Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. + + +#ifndef _DT_BINDINGS_GA10B_FUSE_H +#define _DT_BINDINGS_GA10B_FUSE_H + +#define GA10B_FUSE_OPT_GPC_DISABLE 0x288 +#define GA10B_FUSE_OPT_FBP_DISABLE 0xb70 +#define GA10B_FUSE_OPT_TPC_DISABLE 0x30c + +#endif diff --git a/include/nvidia-oot/dt-bindings/strap/tegra234-strp.h b/include/nvidia-oot/dt-bindings/strap/tegra234-strp.h new file mode 100644 index 0000000..3be1a65 --- /dev/null +++ b/include/nvidia-oot/dt-bindings/strap/tegra234-strp.h @@ -0,0 +1,22 @@ +// SPDX-License-Identifier: GPL-2.0 +// SPDX-FileCopyrightText: Copyright (c) 2021-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. + + +#ifndef BPMP_ABI_MACH_T234_STRAP_H +#define BPMP_ABI_MACH_T234_STRAP_H + +/** + * @file + * @defgroup bpmp_reset_ids Reset ID's + * @brief Identifiers for Resets controllable by firmware + * @{ + */ + +#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_GPC 1U +#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_FBP 2U +#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_TPC_GPC0 3U +#define TEGRA234_STRAP_NV_FUSE_CTRL_OPT_TPC_GPC1 4U + +/** @} */ + +#endif