arch/arm64/boot/dts/qcom/apq8016-schneider-hmibsc.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/apq8016-schneider-hmibsc.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/apq8016-schneider-hmibsc.dts
Extension
.dts
Size
10208 bytes
Lines
525
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-only
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2024, Linaro Ltd.
 */

/dts-v1/;

#include "msm8916-pm8916.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
#include <dt-bindings/pinctrl/qcom,pmic-mpp.h>
#include <dt-bindings/sound/apq8016-lpass.h>

/ {
	model = "Schneider Electric HMIBSC Board";
	compatible = "schneider,apq8016-hmibsc", "qcom,apq8016";

	aliases {
		i2c1 = &blsp_i2c6;
		i2c3 = &blsp_i2c4;
		i2c4 = &blsp_i2c3;
		mmc0 = &sdhc_1; /* eMMC */
		mmc1 = &sdhc_2; /* SD card */
		serial0 = &blsp_uart1;
		serial1 = &blsp_uart2;
		spi0 = &blsp_spi5;
		usid0 = &pm8916_0;
	};

	chosen {
		stdout-path = "serial0";
	};

	hdmi-out {
		compatible = "hdmi-connector";
		type = "a";

		port {
			hdmi_con: endpoint {
				remote-endpoint = <&adv7533_out>;
			};
		};
	};

	gpio-keys {
		compatible = "gpio-keys";
		autorepeat;
		pinctrl-0 = <&msm_key_volp_n_default>;
		pinctrl-names = "default";

		button {
			label = "Volume Up";
			linux,code = <KEY_VOLUMEUP>;
			gpios = <&tlmm 107 GPIO_ACTIVE_LOW>;
		};
	};

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

		led-1 {
			function = LED_FUNCTION_WLAN;
			color = <LED_COLOR_ID_YELLOW>;
			gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
			linux,default-trigger = "phy0tx";

Annotation

Implementation Notes