arch/arm/boot/dts/marvell/mmp3-dell-ariel.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/marvell/mmp3-dell-ariel.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/marvell/mmp3-dell-ariel.dts- Extension
.dts- Size
- 2450 bytes
- Lines
- 152
- 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
mmp3.dtsidt-bindings/gpio/gpio.hdt-bindings/interrupt-controller/irq.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
* Dell Wyse 3020 a.k.a. "Ariel" a.k.a. Tx0D (T00D, T10D)
*
* Copyright (C) 2019 Lubomir Rintel <lkundrak@v3.sk>
*/
/dts-v1/;
#include "mmp3.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/interrupt-controller/irq.h>
/ {
model = "Dell Ariel";
compatible = "dell,wyse-ariel", "marvell,mmp3";
aliases {
serial2 = &uart3;
};
chosen {
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges;
bootargs = "earlyprintk=ttyS2,115200 console=ttyS2,115200";
};
memory@0 {
available = <0x7f700000 0x7ff00000 0x00000000 0x7f600000>;
reg = <0x0 0x80000000>;
device_type = "memory";
};
ec_input_spi: spi {
compatible = "spi-gpio";
#address-cells = <1>;
#size-cells = <0>;
num-chipselects = <0>;
sck-gpios = <&gpio 55 GPIO_ACTIVE_HIGH>;
miso-gpios = <&gpio 57 GPIO_ACTIVE_HIGH>;
mosi-gpios = <&gpio 58 GPIO_ACTIVE_HIGH>;
};
};
&uart3 {
status = "okay";
};
&rtc {
status = "okay";
};
&usb_otg0 {
status = "okay";
};
&usb_otg_phy0 {
status = "okay";
};
&hsic0 {
status = "okay";
usb1@1 {
compatible = "usb424,2640";
reg = <0x01>;
#address-cells = <0x01>;
#size-cells = <0x00>;
Annotation
- Immediate include surface: `mmp3.dtsi`, `dt-bindings/gpio/gpio.h`, `dt-bindings/interrupt-controller/irq.h`.
- 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.