arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/nvidia/tegra114-asus-tf701t.dts- Extension
.dts- Size
- 48912 bytes
- Lines
- 1964
- Domain
- Architecture Layer
- Bucket
- arch/arm
- Inferred role
- Architecture Layer: configuration, schema, or hardware description
- Status
- atlas-only
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
dt-bindings/input/gpio-keys.hdt-bindings/input/input.htegra114.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
#include <dt-bindings/input/gpio-keys.h>
#include <dt-bindings/input/input.h>
#include "tegra114.dtsi"
/ {
model = "Asus Transformer Pad TF701T";
compatible = "asus,tf701t", "nvidia,tegra114";
chassis-type = "convertible";
aliases {
mmc0 = "/mmc@78000600"; /* eMMC */
mmc1 = "/mmc@78000400"; /* uSD slot */
mmc2 = "/mmc@78000000"; /* WiFi */
rtc0 = &palmas;
rtc1 = "/rtc@7000e000";
serial0 = &uartd; /* Console */
serial1 = &uartc; /* Bluetooth */
serial2 = &uartb; /* GPS */
};
firmware {
trusted-foundations {
compatible = "tlm,trusted-foundations";
tlm,version-major = <2>;
tlm,version-minor = <8>;
};
};
memory@80000000 {
reg = <0x80000000 0x80000000>;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
linux,cma@80000000 {
compatible = "shared-dma-pool";
alloc-ranges = <0x80000000 0x30000000>;
size = <0x10000000>;
linux,cma-default;
reusable;
};
trustzone@bfe00000 {
reg = <0xbfe00000 0x200000>;
no-map;
};
};
host1x@50000000 {
hdmi@54280000 {
status = "okay";
hdmi-supply = <&hdmi_5v0_sys>;
pll-supply = <&avdd_hdmi_pll>;
vdd-supply = <&avdd_hdmi>;
port {
hdmi_out: endpoint {
remote-endpoint = <&connector_in>;
};
Annotation
- Immediate include surface: `dt-bindings/input/gpio-keys.h`, `dt-bindings/input/input.h`, `tegra114.dtsi`.
- Atlas domain: Architecture Layer / arch/arm.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.