arch/arm/boot/dts/nxp/imx/imx6qdl-solidsense.dtsi
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/nxp/imx/imx6qdl-solidsense.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/nxp/imx/imx6qdl-solidsense.dtsi- Extension
.dtsi- Size
- 4466 bytes
- Lines
- 159
- 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
dt-bindings/leds/common.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#include <dt-bindings/leds/common.h>
/ {
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_solidsense_leds>;
/* Red/Green LED1 - next to WiFi SMA */
led-11 {
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_INDICATOR;
function-enumerator = <0>;
gpios = <&gpio2 26 GPIO_ACTIVE_LOW>;
};
led-12 {
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_INDICATOR;
function-enumerator = <0>;
gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
};
/* Red/Green LED2 - next to GPS SMA */
led-21 {
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_INDICATOR;
function-enumerator = <1>;
gpios = <&gpio2 25 GPIO_ACTIVE_LOW>;
};
led-22 {
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_INDICATOR;
function-enumerator = <1>;
gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
};
};
};
&audio {
status = "disabled";
};
&ecspi2 {
status = "disabled";
};
&i2c3 {
status = "disabled";
};
&iomuxc {
pinctrl-0 = <&pinctrl_hog>, <&pinctrl_solidsense_hog>;
pinctrl_solidsense_hog: solidsense-hoggrp {
fsl,pins = <
/* Nordic RESET_N */
MX6QDL_PAD_GPIO_9__GPIO1_IO09 0x400130b1
/* Nordic Chip 1 SWDIO - GPIO 125 */
MX6QDL_PAD_DISP0_DAT8__GPIO4_IO29 0x400130b1
/* Nordic Chip 1 SWDCLK - GPIO 59 */
/* already claimed in the HB2 hogs */
/* MX6QDL_PAD_EIM_LBA__GPIO2_IO27 0x400130b1 */
/* Nordic Chip 2 SWDIO - GPIO 81 */
MX6QDL_PAD_EIM_D17__GPIO3_IO17 0x400130b1
/* Nordic Chip 2 SWCLK - GPIO 82 */
MX6QDL_PAD_EIM_D18__GPIO3_IO18 0x400130b1
>;
};
Annotation
- Immediate include surface: `dt-bindings/leds/common.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.