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.

Dependency Surface

Detected Declarations

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

Implementation Notes