arch/mips/boot/dts/ingenic/gcw0.dts
Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/ingenic/gcw0.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/boot/dts/ingenic/gcw0.dts- Extension
.dts- Size
- 10987 bytes
- Lines
- 543
- Domain
- Architecture Layer
- Bucket
- arch/mips
- 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
jz4770.dtsidt-bindings/clock/ingenic,tcu.hdt-bindings/gpio/gpio.hdt-bindings/iio/adc/ingenic,adc.hdt-bindings/input/input.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
/dts-v1/;
#include "jz4770.dtsi"
#include <dt-bindings/clock/ingenic,tcu.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/iio/adc/ingenic,adc.h>
#include <dt-bindings/input/input.h>
/ {
compatible = "gcw,zero", "ingenic,jz4770";
model = "GCW Zero";
aliases {
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
};
memory: memory {
device_type = "memory";
reg = <0x0 0x10000000>,
<0x30000000 0x10000000>;
};
chosen {
stdout-path = "serial2:57600n8";
};
vcc: regulator@0 {
compatible = "regulator-fixed";
regulator-name = "vcc";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
mmc1_power: regulator@1 {
compatible = "regulator-fixed";
regulator-name = "mmc1_vcc";
gpio = <&gpe 9 0>;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
vin-supply = <&vcc>;
};
headphones_amp: analog-amplifier@0 {
compatible = "simple-audio-amplifier";
enable-gpios = <&gpf 3 GPIO_ACTIVE_LOW>;
enable-delay-ms = <50>;
VCC-supply = <&ldo5>;
sound-name-prefix = "Headphones Amp";
};
speaker_amp: analog-amplifier@1 {
compatible = "simple-audio-amplifier";
enable-gpios = <&gpf 20 GPIO_ACTIVE_HIGH>;
VCC-supply = <&ldo5>;
sound-name-prefix = "Speaker Amp";
};
sound {
compatible = "simple-audio-card";
Annotation
- Immediate include surface: `jz4770.dtsi`, `dt-bindings/clock/ingenic,tcu.h`, `dt-bindings/gpio/gpio.h`, `dt-bindings/iio/adc/ingenic,adc.h`, `dt-bindings/input/input.h`.
- Atlas domain: Architecture Layer / arch/mips.
- 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.