arch/arm64/boot/dts/freescale/imx8-apalis-ixora-v1.1.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8-apalis-ixora-v1.1.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/imx8-apalis-ixora-v1.1.dtsi
Extension
.dtsi
Size
4576 bytes
Lines
246
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.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2022 Toradex
 */

#include <dt-bindings/leds/common.h>

/ {
	aliases {
		rtc0 = &rtc_i2c;
		rtc1 = &rtc;
	};

	leds {
		compatible = "gpio-leds";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_leds_ixora>;

		/* LED_4_GREEN / MXM3_188 */
		led-1 {
			color = <LED_COLOR_ID_GREEN>;
			default-state = "off";
			function = LED_FUNCTION_STATUS;
			function-enumerator = <1>;
			gpios = <&lsio_gpio5 27 GPIO_ACTIVE_HIGH>;
		};

		/* LED_4_RED / MXM3_178 */
		led-2 {
			color = <LED_COLOR_ID_RED>;
			default-state = "off";
			function = LED_FUNCTION_STATUS;
			function-enumerator = <1>;
			gpios = <&lsio_gpio5 29 GPIO_ACTIVE_HIGH>;
		};

		/* LED_5_GREEN / MXM3_152 */
		led-3 {
			color = <LED_COLOR_ID_GREEN>;
			default-state = "off";
			function = LED_FUNCTION_STATUS;
			function-enumerator = <2>;
			gpios = <&lsio_gpio5 20 GPIO_ACTIVE_HIGH>;
		};

		/* LED_5_RED / MXM3_156 */
		led-4 {
			color = <LED_COLOR_ID_RED>;
			default-state = "off";
			function = LED_FUNCTION_STATUS;
			function-enumerator = <2>;
			gpios = <&lsio_gpio5 21 GPIO_ACTIVE_HIGH>;
		};
	};

	reg_usb_host_vbus: regulator-usb-host-vbus {
		regulator-name = "VCC_USBH(2|4)";
	};
};

&adc0 {
	status = "okay";
};

&adc1 {
	status = "okay";
};

&asrc0 {
	status = "okay";

Annotation

Implementation Notes