arch/arm64/boot/dts/qcom/x1-asus-vivobook-s15.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/x1-asus-vivobook-s15.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/x1-asus-vivobook-s15.dtsi- Extension
.dtsi- Size
- 26482 bytes
- Lines
- 1357
- 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/input/gpio-keys.hdt-bindings/regulator/qcom,rpmh-regulator.hdt-bindings/pinctrl/qcom,pmic-gpio.hhamoa-pmics.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
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2024, Xilin Wu <wuxilin123@gmail.com>
*/
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/gpio-keys.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
#include "hamoa-pmics.dtsi"
/ {
chassis-type = "laptop";
aliases {
serial1 = &uart14;
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-0 = <&hall_int_n_default>;
pinctrl-names = "default";
switch-lid {
gpios = <&tlmm 92 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_SW>;
linux,code = <SW_LID>;
wakeup-source;
wakeup-event-action = <EV_ACT_DEASSERTED>;
};
};
hdmi-bridge {
compatible = "parade,ps185hdm";
pinctrl-0 = <&hdmi_hpd_default>;
pinctrl-names = "default";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
hdmi_bridge_dp_in: endpoint {
remote-endpoint = <&usb_1_ss2_qmpphy_out_dp>;
};
};
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>;
};
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/input/gpio-keys.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `dt-bindings/pinctrl/qcom,pmic-gpio.h`, `hamoa-pmics.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.