arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/monaco-arduino-monza.dts- Extension
.dts- Size
- 8549 bytes
- Lines
- 478
- 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/input.hdt-bindings/sound/qcom,q6dsp-lpass-ports.hmonaco.dtsimonaco-pmics.dtsimonaco-monza-som.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/input/input.h>
#include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
#include "monaco.dtsi"
#include "monaco-pmics.dtsi"
#include "monaco-monza-som.dtsi"
/ {
model = "Arduino VENTUNO Q";
compatible = "arduino,monza", "qcom,qcs8300";
aliases {
ethernet0 = ðernet0;
i2c1 = &i2c1;
serial0 = &uart7;
serial1 = &uart10;
};
chosen {
stdout-path = "serial0:115200n8";
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-0 = <&gpio_keys_default>;
pinctrl-names = "default";
button-home {
label = "Home Key";
linux,code = <KEY_HOMEPAGE>;
gpios = <&tlmm 79 GPIO_ACTIVE_LOW>;
debounce-interval = <60>;
};
};
hdmi-connector {
compatible = "hdmi-connector";
label = "hdmi";
type = "a";
port {
hdmi_connector_in: endpoint {
remote-endpoint = <&adv7535_out>;
};
};
};
sound {
compatible = "qcom,qcs8275-sndcard";
model = "arduino-monza";
audio-routing = "IN12", "Headset Mic12",
"Headset Mic12", "MICBIAS",
"IN56", "Headset Mic56",
"Headset Mic56", "MICBIAS",
"MIC1", "MICBIAS",
"Headphone", "HPL",
"Headphone", "HPR",
"Receiver", "RCVL",
"Receiver", "RCVR",
"Speaker", "SPKL",
"Speaker", "SPKR";
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/sound/qcom,q6dsp-lpass-ports.h`, `monaco.dtsi`, `monaco-pmics.dtsi`, `monaco-monza-som.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.