File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
arch/arm64/boot/dts/nvidia Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 4
4
model = "NVIDIA Tegra210 P2597 I/O board";
5
5
compatible = "nvidia,p2597", "nvidia,tegra210";
6
6
7
+ host1x@50000000 {
8
+ dpaux@54040000 {
9
+ status = "okay";
10
+ };
11
+
12
+ sor@54580000 {
13
+ status = "okay";
14
+
15
+ avdd-io-supply = <&avdd_1v05>;
16
+ vdd-pll-supply = <&vdd_1v8>;
17
+ hdmi-supply = <&vdd_hdmi>;
18
+
19
+ nvidia,ddc-i2c-bus = <&hdmi_ddc>;
20
+ nvidia,hpd-gpio = <&gpio TEGRA_GPIO(CC, 1)
21
+ GPIO_ACTIVE_LOW>;
22
+ };
23
+ };
24
+
7
25
pinmux: pinmux@700008d4 {
8
26
pinctrl-names = "boot";
9
27
pinctrl-0 = <&state_boot>;
1278
1296
};
1279
1297
};
1280
1298
1299
+ /* HDMI DDC */
1300
+ hdmi_ddc: i2c@7000c700 {
1301
+ status = "okay";
1302
+ clock-frequency = <100000>;
1303
+ };
1304
+
1281
1305
usb@70090000 {
1282
1306
phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>,
1283
1307
<&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>,
1552
1576
enable-active-high;
1553
1577
vin-supply = <&vdd_5v0_sys>;
1554
1578
};
1579
+
1580
+ vdd_hdmi: regulator@10 {
1581
+ compatible = "regulator-fixed";
1582
+ reg = <10>;
1583
+ regulator-name = "VDD_HDMI_5V0";
1584
+ regulator-min-microvolt = <5000000>;
1585
+ regulator-max-microvolt = <5000000>;
1586
+ gpio = <&exp1 12 GPIO_ACTIVE_LOW>;
1587
+ enable-active-high;
1588
+ vin-supply = <&vdd_5v0_sys>;
1589
+ };
1555
1590
};
1556
1591
1557
1592
gpio-keys {
You can’t perform that action at this time.
0 commit comments