arch/arm64/boot/dts/rockchip/rk3588-mnt-reform2.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/rockchip/rk3588-mnt-reform2.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/rockchip/rk3588-mnt-reform2.dts- Extension
.dts- Size
- 6395 bytes
- Lines
- 349
- 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/pinctrl/rockchip.hdt-bindings/soc/rockchip,vop2.hdt-bindings/usb/pd.hrk3588-firefly-icore-3588q.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) 2021 Rockchip Electronics Co., Ltd.
* Copyright (c) 2024 MNT Research GmbH
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include <dt-bindings/soc/rockchip,vop2.h>
#include <dt-bindings/usb/pd.h>
#include "rk3588-firefly-icore-3588q.dtsi"
/ {
model = "MNT Reform 2 with RCORE RK3588 Module";
compatible = "mntre,reform2-rcore", "firefly,icore-3588q", "rockchip,rk3588";
chassis-type = "laptop";
aliases {
ethernet0 = &gmac0;
mmc1 = &sdmmc;
};
chosen {
stdout-path = "serial2:1500000n8";
};
backlight: backlight {
compatible = "pwm-backlight";
brightness-levels = <0 8 16 32 64 128 160 200 255>;
default-brightness-level = <128>;
enable-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>;
pwms = <&pwm8 0 10000 0>;
};
gmac0_clkin: external-gmac0-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <125000000>;
clock-output-names = "gmac0_clkin";
};
pcie30_avdd1v8: regulator-pcie30-avdd1v8 {
compatible = "regulator-fixed";
regulator-boot-on;
regulator-always-on;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-name = "pcie30_avdd1v8";
vin-supply = <&avcc_1v8_s0>;
};
pcie30_avdd0v75: regulator-pcie30-avdd0v75 {
compatible = "regulator-fixed";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <750000>;
regulator-max-microvolt = <750000>;
regulator-name = "pcie30_avdd0v75";
vin-supply = <&avdd_0v75_s0>;
};
vcc12v_dcin: regulator-vcc12v-dcin {
compatible = "regulator-fixed";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <12000000>;
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/pinctrl/rockchip.h`, `dt-bindings/soc/rockchip,vop2.h`, `dt-bindings/usb/pd.h`, `rk3588-firefly-icore-3588q.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.