arch/arm64/boot/dts/freescale/imx8mp-skov-revc-bd500.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-bd500.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/imx8mp-skov-revc-bd500.dts- Extension
.dts- Size
- 1953 bytes
- Lines
- 92
- 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
imx8mp-skov-reva.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)
/dts-v1/;
#include "imx8mp-skov-reva.dtsi"
/ {
model = "SKOV IMX8MP CPU revC - bd500";
compatible = "skov,imx8mp-skov-revc-bd500", "fsl,imx8mp";
leds {
led_system_red: led-3 {
label = "bd500:system:red";
color = <LED_COLOR_ID_RED>;
/* Inverted compared to others due to NMOS inverter */
gpios = <&gpioexp 3 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
led_system_green: led-4 {
label = "bd500:system:green";
color = <LED_COLOR_ID_GREEN>;
gpios = <&gpioexp 2 GPIO_ACTIVE_LOW>;
default-state = "on";
};
led_lan1_red: led-5 {
label = "bd500:lan1:act";
color = <LED_COLOR_ID_RED>;
linux,default-trigger = "netdev";
gpios = <&gpioexp 1 GPIO_ACTIVE_LOW>;
};
led_lan1_green: led-6 {
label = "bd500:lan1:link";
color = <LED_COLOR_ID_GREEN>;
linux,default-trigger = "netdev";
gpios = <&gpioexp 0 GPIO_ACTIVE_LOW>;
};
led_lan2_red: led-7 {
label = "bd500:lan2:act";
color = <LED_COLOR_ID_RED>;
linux,default-trigger = "netdev";
gpios = <&gpioexp 6 GPIO_ACTIVE_LOW>;
};
led_lan2_green: led-8 {
label = "bd500:lan2:link";
color = <LED_COLOR_ID_GREEN>;
linux,default-trigger = "netdev";
gpios = <&gpioexp 7 GPIO_ACTIVE_LOW>;
};
};
gpio-keys {
compatible = "gpio-keys";
button-1 {
label = "S1";
linux,code = <KEY_CONFIG>;
gpios = <&gpioexp 5 GPIO_ACTIVE_LOW>;
};
};
};
&i2c2 {
clock-frequency = <100000>;
status = "okay";
Annotation
- Immediate include surface: `imx8mp-skov-reva.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.