arch/arm64/boot/dts/qcom/monaco-evk.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/monaco-evk.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/monaco-evk.dts- Extension
.dts- Size
- 17870 bytes
- Lines
- 926
- 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/pwm/pwm.hdt-bindings/sound/qcom,q6afe.hdt-bindings/regulator/qcom,rpmh-regulator.hmonaco.dtsimonaco-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) Qualcomm Technologies, Inc. and/or its subsidiaries.
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pwm/pwm.h>
#include <dt-bindings/sound/qcom,q6afe.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
#include "monaco.dtsi"
#include "monaco-pmics.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Monaco EVK";
compatible = "qcom,monaco-evk", "qcom,qcs8300";
aliases {
ethernet0 = ðernet0;
i2c1 = &i2c1;
serial0 = &uart7;
serial2 = &uart6;
};
chosen {
stdout-path = "serial0:115200n8";
};
connector-2 {
compatible = "gpio-usb-b-connector", "usb-b-connector";
label = "micro-USB";
type = "micro";
id-gpios = <&pmm8620au_0_gpios 9 GPIO_ACTIVE_HIGH>;
vbus-gpios = <&expander6 7 GPIO_ACTIVE_HIGH>;
vbus-supply = <&usb2_vbus>;
pinctrl-0 = <&usb2_id>;
pinctrl-names = "default";
port {
usb2_con_hs_ep: endpoint {
remote-endpoint = <&usb_2_dwc3_hs>;
};
};
};
dmic: audio-codec-0 {
compatible = "dmic-codec";
#sound-dai-cells = <0>;
num-channels = <1>;
};
max98357a: audio-codec-1 {
compatible = "maxim,max98357a";
#sound-dai-cells = <0>;
};
dp-connector-0 {
compatible = "dp-connector";
label = "DP0";
type = "mini";
port {
dp0_connector_in: endpoint {
remote-endpoint = <<8713sx_dp0_out>;
};
};
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/pwm/pwm.h`, `dt-bindings/sound/qcom,q6afe.h`, `dt-bindings/regulator/qcom,rpmh-regulator.h`, `monaco.dtsi`, `monaco-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.