Created
November 25, 2019 16:22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
/memreserve/ 0xbeb00000 0x100000; | |
#include "tegra30.dtsi" | |
/ { | |
compatible = "asus,tilapia", "nvidia,tegra30"; | |
model = "ASUS Google Nexus 7 2012 (Project Bach)"; | |
memory@0 { | |
reg = <0x80000000 0x40000000>; | |
}; | |
ram-console { | |
compatible = "android,ram-console"; | |
reg = <0xbeb00000 0x100000>; | |
}; | |
reserved-memory { | |
#address-cells = <1>; | |
#size-cells = <1>; | |
ranges; | |
trusted_foundations_firmware@bfe00000 { | |
reg = <0xbfe00000 0x200000>; | |
no-map; | |
}; | |
}; | |
host1x@50000000 { | |
dc@54200000 { | |
rgb { | |
status = "okay"; | |
nvidia,panel = <&panel>; | |
}; | |
}; | |
}; | |
pmc@7000e400 { | |
status = "okay"; | |
nvidia,invert-interrupt; | |
nvidia,suspend-mode = <1>; | |
nvidia,cpu-pwr-good-time = <2000>; | |
nvidia,cpu-pwr-off-time = <200>; | |
nvidia,core-pwr-good-time = <3845 3845>; | |
nvidia,core-pwr-off-time = <0>; | |
nvidia,core-power-req-active-high; | |
nvidia,sys-clock-req-active-high; | |
}; | |
usb@7d000000 { | |
compatible = "nvidia,tegra30-udc"; | |
status = "okay"; | |
dr_mode = "peripheral"; | |
}; | |
usb-phy@7d000000 { | |
status = "okay"; | |
dr_mode = "peripheral"; | |
}; | |
clocks { | |
compatible = "simple-bus"; | |
#address-cells = <1>; | |
#size-cells = <0>; | |
clk32k_in: clock@0 { | |
compatible = "fixed-clock"; | |
reg=<0>; | |
#clock-cells = <0>; | |
clock-frequency = <32768>; | |
}; | |
}; | |
firmware { | |
trusted-foundations { | |
compatible = "tlm,trusted-foundations"; | |
tlm,version-major = <0x0>; | |
tlm,version-minor = <0x0>; | |
}; | |
}; | |
panel: panel { | |
compatible = "chunghwa,claa070wp03xg"; | |
power-supply = <&vdd_pnl_reg>; | |
}; | |
regulators { | |
compatible = "simple-bus"; | |
#address-cells = <1>; | |
#size-cells = <0>; | |
vdd_pnl_reg: regulator@0 { | |
compatible = "regulator-fixed"; | |
reg = <0>; | |
regulator-name = "vdd_pnl"; | |
regulator-min-microvolt = <2800000>; | |
regulator-max-microvolt = <2800000>; | |
regulator-always-on; | |
regulator-boot-on; | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment