mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Include XUSB pad control and controller nodes dtsi to enable the xusb pad control and controller node. Bug 4032485 Change-Id: I8eee9882402d7535c82c373f46a32f3a1d3f020c Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/platform/t23x/concord-generic-dts/+/2871642 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
178 lines
3.6 KiB
Devicetree
178 lines
3.6 KiB
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include "tegra234.dtsi"
|
|
#include "tegra234-xusb.dtsi"
|
|
|
|
/ {
|
|
model = "NVIDIA Jetson AGX Orin";
|
|
compatible = "nvidia,p3701-0000", "nvidia,tegra234";
|
|
|
|
vdd_1v8_ls: regulator-vdd-1v8-ls {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "VDD_1V8_LS";
|
|
regulator-min-microvolt = <1800000>;
|
|
regulator-max-microvolt = <1800000>;
|
|
regulator-always-on;
|
|
};
|
|
|
|
vdd_1v8_ao: regulator-vdd-1v8-ao {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "VDD_1V8_AO";
|
|
regulator-min-microvolt = <1800000>;
|
|
regulator-max-microvolt = <1800000>;
|
|
regulator-always-on;
|
|
};
|
|
|
|
vdd_3v3_pcie: regulator-vdd-3v3-pcie {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "VDD_3V3_PCIE";
|
|
regulator-min-microvolt = <3300000>;
|
|
regulator-max-microvolt = <3300000>;
|
|
gpio = <&gpio TEGRA234_MAIN_GPIO(Z, 2) GPIO_ACTIVE_HIGH>;
|
|
regulator-boot-on;
|
|
enable-active-high;
|
|
};
|
|
|
|
vdd_12v_pcie: regulator-vdd-12v-pcie {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "VDD_12V_PCIE";
|
|
regulator-min-microvolt = <12000000>;
|
|
regulator-max-microvolt = <12000000>;
|
|
gpio = <&gpio TEGRA234_MAIN_GPIO(A, 1) GPIO_ACTIVE_LOW>;
|
|
regulator-boot-on;
|
|
enable-active-low;
|
|
};
|
|
|
|
bus@0 {
|
|
spi@3270000 {
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
compatible = "jedec,spi-nor";
|
|
reg = <0>;
|
|
spi-max-frequency = <102000000>;
|
|
spi-tx-bus-width = <4>;
|
|
spi-rx-bus-width = <4>;
|
|
};
|
|
};
|
|
|
|
mmc@3460000 {
|
|
status = "okay";
|
|
bus-width = <8>;
|
|
non-removable;
|
|
};
|
|
|
|
padctl@3520000 {
|
|
vclamp-usb-supply = <&vdd_ao_1v8>;
|
|
avdd-usb-supply = <&vdd_ao_3v3>;
|
|
|
|
ports {
|
|
usb2-0 {
|
|
vbus-supply = <&vdd_5v0_sys>;
|
|
};
|
|
|
|
usb2-1 {
|
|
vbus-supply = <&vdd_5v0_sys>;
|
|
};
|
|
|
|
usb2-2 {
|
|
vbus-supply = <&vdd_5v0_sys>;
|
|
};
|
|
|
|
usb2-3 {
|
|
vbus-supply = <&vdd_5v0_sys>;
|
|
};
|
|
};
|
|
};
|
|
|
|
rtc@c2a0000 {
|
|
status = "okay";
|
|
};
|
|
|
|
pmc@c360000 {
|
|
nvidia,invert-interrupt;
|
|
};
|
|
|
|
i2c@c240000 {
|
|
status = "okay";
|
|
|
|
ina32211_1_40: ina3221@40 {
|
|
compatible = "ti,ina3221";
|
|
reg = <0x40>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
#io-channel-cells = <1>;
|
|
channel@0 {
|
|
reg = <0x0>;
|
|
label = "VDD_GPU_SOC";
|
|
shunt-resistor-micro-ohms = <2000>;
|
|
};
|
|
channel@1 {
|
|
reg = <0x1>;
|
|
label = "VDD_CPU_CV";
|
|
shunt-resistor-micro-ohms = <2000>;
|
|
};
|
|
channel@2 {
|
|
reg = <0x2>;
|
|
label = "VIN_SYS_5V0";
|
|
shunt-resistor-micro-ohms = <2000>;
|
|
};
|
|
};
|
|
|
|
ina3221_1_41: ina3221@41 {
|
|
compatible = "ti,ina3221";
|
|
reg = <0x41>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
#io-channel-cells = <1>;
|
|
channel@0 {
|
|
reg = <0x0>;
|
|
label = "NC";
|
|
};
|
|
channel@1 {
|
|
reg = <0x1>;
|
|
label = "VDDQ_VDD2_1V8AO";
|
|
shunt-resistor-micro-ohms = <2000>;
|
|
};
|
|
channel@2 {
|
|
reg = <0x2>;
|
|
label = "NC";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
vdd_5v0_sys: regulator@0 {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "VIN_SYS_5V0";
|
|
regulator-min-microvolt = <5000000>;
|
|
regulator-max-microvolt = <5000000>;
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
};
|
|
|
|
vdd_ao_1v8: regulator@1 {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vdd-AO-1v8";
|
|
regulator-min-microvolt = <1800000>;
|
|
regulator-max-microvolt = <1800000>;
|
|
regulator-always-on;
|
|
};
|
|
|
|
vdd_ao_3v3: regulator@2 {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vdd-AO-3v3";
|
|
regulator-min-microvolt = <3300000>;
|
|
regulator-max-microvolt = <3300000>;
|
|
regulator-always-on;
|
|
};
|
|
|
|
hdr40_vdd_3v3: regulator@3 {
|
|
compatible = "regulator-fixed";
|
|
reg = <3>;
|
|
regulator-name = "vdd-3v3-sys";
|
|
regulator-min-microvolt = <3300000>;
|
|
regulator-max-microvolt = <3300000>;
|
|
};
|
|
};
|