-
Notifications
You must be signed in to change notification settings - Fork 0
/
tegra234-p3767-overlay.dts
86 lines (79 loc) · 1.81 KB
/
tegra234-p3767-overlay.dts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/*
* SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: GPL-2.0-only
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/dts-v1/;
/plugin/;
/ {
overlay-name = "P3767 Overlay Support";
compatible = "nvidia,tegra23x";
nvidia,dtsfilename = __FILE__;
nvidia,dtbbuildtime = __DATE__, __TIME__;
fragment@0 {
target-path = "/host1x@13e00000";
board_config {
fuse-info = "fuse-disable-nvenc";
};
__overlay__ {
nvenc@154c0000 {
status = "disabled";
};
};
};
fragment@1 {
target-path = "/host1x@13e00000";
board_config {
fuse-info = "fuse-disable-pva";
};
__overlay__ {
pva0 {
status = "disabled";
};
};
};
fragment@2 {
target-path = "/host1x@13e00000";
board_config {
fuse-info = "fuse-disable-dla0";
};
__overlay__ {
nvdla0@15880000 {
status = "disabled";
};
};
};
fragment@3 {
target-path = "/host1x@13e00000";
board_config {
fuse-info = "fuse-disable-dla1";
};
__overlay__ {
nvdla1@158c0000 {
status = "disabled";
};
};
};
fragment@4 {
target-path = "/";
board_config {
ids = "3767-0000-*","3767-0001-*","3767-0003-*","3767-0004-*";
};
__overlay__ {
sdhci@3400000 {
status = "disabled";
};
};
};
};