arch/arm/boot/dts/marvell/mmp2-olpc-xo-1-75.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/marvell/mmp2-olpc-xo-1-75.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/marvell/mmp2-olpc-xo-1-75.dts- Extension
.dts- Size
- 4841 bytes
- Lines
- 278
- 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
mmp2.dtsidt-bindings/gpio/gpio.hdt-bindings/input/linux-event-codes.hdt-bindings/interrupt-controller/irq.hdt-bindings/clock/marvell,mmp2-audio.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
/*
* OLPC XO 1.75 Laptop.
*
* Copyright (C) 2018,2019,2020 Lubomir Rintel <lkundrak@v3.sk>
*/
/dts-v1/;
#include "mmp2.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/linux-event-codes.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/clock/marvell,mmp2-audio.h>
/ {
model = "OLPC XO-1.75";
compatible = "olpc,xo-1.75", "mrvl,mmp2";
chosen {
#address-cells = <1>;
#size-cells = <1>;
ranges;
framebuffer@1fc00000 {
compatible = "simple-framebuffer";
reg = <0x1fc00000 (1200 * 900 * 2)>;
width = <1200>;
height = <900>;
stride = <(1200 * 2)>;
format = "r5g6b5";
clocks = <&soc_clocks MMP2_CLK_DISP0_LCDC>,
<&soc_clocks MMP2_CLK_DISP0>;
};
};
memory@0 {
available = <0xcf000 0x1ef31000 0x1000 0xbf000>;
reg = <0x0 0x20000000>;
device_type = "memory";
};
gpio-keys {
compatible = "gpio-keys";
lid {
label = "Lid";
gpios = <&gpio 129 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_SW>;
linux,code = <SW_LID>;
wakeup-source;
};
tablet_mode {
label = "E-Book Mode";
gpios = <&gpio 128 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_SW>;
linux,code = <SW_TABLET_MODE>;
wakeup-source;
};
};
i2c {
compatible = "i2c-gpio";
sda-gpios = <&gpio 109 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
scl-gpios = <&gpio 108 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
#address-cells = <1>;
#size-cells = <0>;
i2c-gpio,timeout-ms = <1000>;
status = "okay";
Annotation
- Immediate include surface: `mmp2.dtsi`, `dt-bindings/gpio/gpio.h`, `dt-bindings/input/linux-event-codes.h`, `dt-bindings/interrupt-controller/irq.h`, `dt-bindings/clock/marvell,mmp2-audio.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.