mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Add DT binding headers, non-upstreamed version, which
are used for SOC and platform DTS/DTSI. These headers
are in staging state and taken from the
hardware/nvidia/soc/generic-dts/tegra/include/nvidia-oot.
Bug 4078385
Change-Id: Ia482b55e44c708ce5cab7d1fbcb8abfc07f4e440
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
35 lines
1.0 KiB
C
35 lines
1.0 KiB
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_P2U_TEGRAT234_P2U_H
|
|
#define _DT_BINDINGS_P2U_TEGRAT234_P2U_H
|
|
|
|
#define TEGRA234_P2U_LANE_ID0 0
|
|
#define TEGRA234_P2U_LANE_ID1 1
|
|
#define TEGRA234_P2U_LANE_ID2 2
|
|
#define TEGRA234_P2U_LANE_ID3 3
|
|
#define TEGRA234_P2U_LANE_ID4 4
|
|
#define TEGRA234_P2U_LANE_ID5 5
|
|
#define TEGRA234_P2U_LANE_ID6 6
|
|
#define TEGRA234_P2U_LANE_ID7 7
|
|
#define TEGRA234_P2U_LANE_ID8 8
|
|
#define TEGRA234_P2U_LANE_ID9 9
|
|
#define TEGRA234_P2U_LANE_ID10 10
|
|
#define TEGRA234_P2U_LANE_ID11 11
|
|
#define TEGRA234_P2U_LANE_ID12 12
|
|
#define TEGRA234_P2U_LANE_ID13 13
|
|
#define TEGRA234_P2U_LANE_ID14 14
|
|
#define TEGRA234_P2U_LANE_ID15 15
|
|
#define TEGRA234_P2U_LANE_ID16 16
|
|
#define TEGRA234_P2U_LANE_ID17 17
|
|
#define TEGRA234_P2U_LANE_ID18 18
|
|
#define TEGRA234_P2U_LANE_ID19 19
|
|
#define TEGRA234_P2U_LANE_ID20 20
|
|
#define TEGRA234_P2U_LANE_ID21 21
|
|
#define TEGRA234_P2U_LANE_ID22 22
|
|
#define TEGRA234_P2U_LANE_ID23 23
|
|
|
|
#endif /* _DT_BINDINGS_P2U_TEGRAT234_P2U_H */
|