arch/arm/boot/dts/qcom/qcom-apq8026-lg-lenok.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/qcom/qcom-apq8026-lg-lenok.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/qcom/qcom-apq8026-lg-lenok.dts
Extension
.dts
Size
7976 bytes
Lines
397
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

// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
 */

/dts-v1/;

#include "qcom-msm8226.dtsi"
#include "pm8226.dtsi"
#include <dt-bindings/clock/qcom,mmcc-msm8974.h>

/delete-node/ &adsp_region;

/ {
	model = "LG G Watch R";
	compatible = "lg,lenok", "qcom,apq8026";
	chassis-type = "watch";
	qcom,board-id = <132 0x0a>;
	qcom,msm-id = <199 0x20000>;

	aliases {
		serial0 = &blsp1_uart3;
		serial1 = &blsp1_uart4;
	};

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

	reserved-memory {
		sbl_region: sbl@2f00000 {
			reg = <0x02f00000 0x100000>;
			no-map;
		};

		external_image_region: external-image@3100000 {
			reg = <0x03100000 0x200000>;
			no-map;
		};

		adsp_region: adsp@3300000 {
			reg = <0x03300000 0x1400000>;
			no-map;
		};
	};

	vreg_wlan: wlan-regulator {
		compatible = "regulator-fixed";

		regulator-name = "wl-reg";
		regulator-min-microvolt = <2950000>;
		regulator-max-microvolt = <2950000>;

		gpio = <&tlmm 46 GPIO_ACTIVE_HIGH>;
		enable-active-high;

		pinctrl-names = "default";
		pinctrl-0 = <&wlan_regulator_default_state>;
	};

	pwm_vibrator: pwm {
		compatible = "clk-pwm";
		clocks = <&mmcc CAMSS_GP0_CLK>;

		pinctrl-0 = <&vibrator_clk_default_state>;
		pinctrl-names = "default";

		#pwm-cells = <2>;
	};

Annotation

Implementation Notes