arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/mediatek/mt8186-corsola.dtsi- Extension
.dtsi- Size
- 39396 bytes
- Lines
- 1726
- 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
mt8186.dtsidt-bindings/pinctrl/mt8186-pinfunc.hdt-bindings/gpio/gpio.hdt-bindings/input/input.hdt-bindings/input/gpio-keys.hdt-bindings/regulator/mediatek,mt6397-regulator.harm/cros-ec-keyboard.dtsiarm/cros-ec-sbs.dtsi
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 MIT)
/*
* Copyright (C) 2022 MediaTek Inc.
*/
/dts-v1/;
#include "mt8186.dtsi"
#include <dt-bindings/pinctrl/mt8186-pinfunc.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/input/gpio-keys.h>
#include <dt-bindings/regulator/mediatek,mt6397-regulator.h>
/ {
aliases {
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
i2c3 = &i2c3;
i2c5 = &i2c5;
mmc0 = &mmc0;
mmc1 = &mmc1;
serial0 = &uart0;
};
chosen {
stdout-path = "serial0:115200n8";
};
memory@40000000 {
device_type = "memory";
/* The size should be filled in by the bootloader. */
reg = <0 0x40000000 0 0>;
};
backlight_lcd0: backlight-lcd0 {
compatible = "pwm-backlight";
pwms = <&pwm0 0 500000>;
power-supply = <&ppvar_sys>;
enable-gpios = <&pio 152 0>;
brightness-levels = <0 1023>;
num-interpolated-steps = <1023>;
default-brightness-level = <576>;
};
bt-sco {
compatible = "linux,bt-sco";
#sound-dai-cells = <0>;
};
dmic-codec {
compatible = "dmic-codec";
#sound-dai-cells = <0>;
num-channels = <2>;
wakeup-delay-ms = <50>;
};
gpio_keys: gpio-keys {
compatible = "gpio-keys";
pinctrl-names = "default";
pinctrl-0 = <&pen_eject>;
pen_insert: pen-insert-switch {
label = "Pen Insert";
/* Insert = low, eject = high */
gpios = <&pio 18 GPIO_ACTIVE_LOW>;
wakeup-event-action = <EV_ACT_DEASSERTED>;
wakeup-source;
linux,code = <SW_PEN_INSERTED>;
linux,input-type = <EV_SW>;
};
Annotation
- Immediate include surface: `mt8186.dtsi`, `dt-bindings/pinctrl/mt8186-pinfunc.h`, `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/input/gpio-keys.h`, `dt-bindings/regulator/mediatek,mt6397-regulator.h`, `arm/cros-ec-keyboard.dtsi`, `arm/cros-ec-sbs.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.