arch/arm64/boot/dts/qcom/sc7180-ecs-liva-qc710.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sc7180-ecs-liva-qc710.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sc7180-ecs-liva-qc710.dts- Extension
.dts- Size
- 12143 bytes
- Lines
- 617
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- 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/gpio/gpio.hdt-bindings/sound/qcom,q6asm.hdt-bindings/regulator/qcom,rpmh-regulator.hsc7180.dtsipm6150.dtsipm6150l.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: BSD-3-Clause
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/sound/qcom,q6asm.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include "sc7180.dtsi"
#include "pm6150.dtsi"
#include "pm6150l.dtsi"
/delete-node/ &tz_mem;
/delete-node/ &ipa_fw_mem;
/ {
model = "ECS LIVA QC710";
compatible = "ecs,liva-qc710", "qcom,sc7180";
chassis-type = "desktop";
aliases {
bluetooth0 = &bluetooth;
hsuart0 = &uart3;
wifi0 = &wifi;
};
hdmi-bridge {
compatible = "algoltek,ag6311";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
hdmi_bridge_dp_in: endpoint {
remote-endpoint = <&usb_1_qmpphy_dp_out>;
};
};
port@1 {
reg = <1>;
hdmi_bridge_tmds_out: endpoint {
remote-endpoint = <&hdmi_con>;
};
};
};
};
hdmi-connector {
compatible = "hdmi-connector";
type = "a";
port {
hdmi_con: endpoint {
remote-endpoint = <&hdmi_bridge_tmds_out>;
};
};
};
reserved-memory {
gpu_mem: zap-shader@80840000 {
reg = <0x0 0x80840000 0 0x2000>;
no-map;
};
venus_mem: venus@85b00000 {
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/sound/qcom,q6asm.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `sc7180.dtsi`, `pm6150.dtsi`, `pm6150l.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- 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.