arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/apq8096-ifc6640.dts
Extension
.dts
Size
8402 bytes
Lines
361
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: BSD-3-Clause

/dts-v1/;

#include "msm8996.dtsi"
#include "pm8994.dtsi"
#include "pmi8994.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>

/ {
	model = "Inforce 6640 Single Board Computer";
	compatible = "inforce,ifc6640", "qcom,apq8096-sbc", "qcom,apq8096";

	qcom,msm-id = <291 0x00030001>;
	qcom,board-id = <0x00010018 0>;

	aliases {
		serial0 = &blsp2_uart2;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};

	v1p05: v1p05-regulator {
		compatible = "regulator-fixed";
		regulator-name = "v1p05";
		regulator-always-on;
		regulator-boot-on;

		regulator-min-microvolt = <1050000>;
		regulator-max-microvolt = <1050000>;

		vin-supply = <&v5p0>;
	};

	v12_poe: v12-poe-regulator {
		compatible = "regulator-fixed";
		regulator-name = "v12_poe";
		regulator-always-on;
		regulator-boot-on;

		regulator-min-microvolt = <12000000>;
		regulator-max-microvolt = <12000000>;
	};

	v3p3: v3p3-regulator {
		compatible = "regulator-fixed";
		regulator-name = "v3p3";
		regulator-always-on;
		regulator-boot-on;

		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;

		vin-supply = <&v12_poe>;
	};

	v5p0: v5p0-regulator {
		compatible = "regulator-fixed";
		regulator-name = "v5p0";
		regulator-always-on;
		regulator-boot-on;

		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;

		vin-supply = <&v12_poe>;

Annotation

Implementation Notes