arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/sm6115-fxtec-pro1x.dts
Extension
.dts
Size
10589 bytes
Lines
577
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 BSD-3-Clause)
/*
 * Copyright (c) 2023 - 2024, Dang Huynh <danct12@riseup.net>
 */

/dts-v1/;

#include "sm6115.dtsi"
#include "pm6125.dtsi"
#include "pmi632.dtsi"
#include <dt-bindings/arm/qcom,ids.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/usb/pd.h>

/ {
	model = "F(x)tec Pro1X (QX1050)";
	compatible = "fxtec,pro1x", "qcom,sm6115";
	chassis-type = "handset";

	qcom,msm-id = <QCOM_ID_SM6115 0x10000>;

	chosen {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;

		framebuffer0: framebuffer@5c000000 {
			compatible = "simple-framebuffer";
			reg = <0x0 0x5c000000 0x0 (1080 * 2160 * 4)>;
			width = <1080>;
			height = <2160>;
			stride = <(1080 * 4)>;
			format = "a8r8g8b8";
			clocks = <&gcc GCC_DISP_HF_AXI_CLK>;
		};
	};

	disp_elvdd_supply: disp-elvdd-supply {
		compatible = "regulator-fixed";
		regulator-name = "disp_elvdd_supply";
	};

	disp_elvss_supply: disp-elvss-supply {
		compatible = "regulator-fixed";
		regulator-name = "disp_elvss_supply";
	};

	disp_vcc_supply: disp-vcc-supply {
		compatible = "regulator-fixed";
		regulator-name = "disp_vcc_supply";
	};

	disp_vci_supply: disp-vci-supply {
		compatible = "regulator-fixed";
		regulator-name = "disp_vci_supply";
	};

	gpio-keys {
		compatible = "gpio-keys";

		pinctrl-0 = <&hall_sensor_n>, <&key_camera_n>, <&vol_up_n>;
		pinctrl-names = "default";

		hall-switch {
			label = "Hall Switch";
			linux,input-type = <EV_SW>;
			linux,code = <SW_KEYPAD_SLIDE>;
			gpios = <&tlmm 96 GPIO_ACTIVE_HIGH>;
			debounce-interval = <90>;
			wakeup-source;

Annotation

Implementation Notes