arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo-pdx203.dts
Extension
.dts
Size
7917 bytes
Lines
383
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
/*
 * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
 */

/dts-v1/;

#include "sm8250-sony-xperia-edo.dtsi"

/ {
	model = "Sony Xperia 1 II";
	compatible = "sony,pdx203-generic", "qcom,sm8250";
	chassis-type = "handset";
};

/delete-node/ &vreg_l7f_1p8;

&i2c5 {
	clock-frequency = <400000>;
	status = "okay";

	pmic@75 {
		compatible = "dlg,slg51000";
		reg = <0x75>;
		dlg,cs-gpios = <&tlmm 69 GPIO_ACTIVE_HIGH>;
		vin5-supply = <&vreg_s1f_1p2>;
		vin6-supply = <&vreg_s1f_1p2>;

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

		regulators {
			slg51000_1_ldo1: ldo1 {
				regulator-name = "slg51000_b_ldo1";
				regulator-min-microvolt = <2400000>;
				regulator-max-microvolt = <3300000>;
			};

			slg51000_1_ldo2: ldo2 {
				regulator-name = "slg51000_b_ldo2";
				regulator-min-microvolt = <2400000>;
				regulator-max-microvolt = <3300000>;
			};

			slg51000_1_ldo3: ldo3 {
				regulator-name = "slg51000_b_ldo3";
				regulator-min-microvolt = <1200000>;
				regulator-max-microvolt = <3750000>;
			};

			slg51000_1_ldo4: ldo4 {
				regulator-name = "slg51000_b_ldo4";
				regulator-min-microvolt = <1200000>;
				regulator-max-microvolt = <3750000>;
			};

			slg51000_1_ldo5: ldo5 {
				regulator-name = "slg51000_b_ldo5";
				regulator-min-microvolt = <500000>;
				regulator-max-microvolt = <1200000>;
			};

			slg51000_1_ldo6: ldo6 {
				regulator-name = "slg51000_b_ldo6";
				regulator-min-microvolt = <500000>;
				regulator-max-microvolt = <1200000>;
			};

			slg51000_1_ldo7: ldo7 {
				regulator-name = "slg51000_b_ldo7";

Annotation

Implementation Notes