arch/arm64/boot/dts/qcom/qcs8300-ride.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/qcs8300-ride.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/qcs8300-ride.dts
Extension
.dts
Size
18822 bytes
Lines
897
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) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
 */

/dts-v1/;

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>

#include "monaco.dtsi"
#include "monaco-pmics.dtsi"
/ {
	model = "Qualcomm Technologies, Inc. QCS8300 Ride";
	compatible = "qcom,qcs8300-ride", "qcom,qcs8300";
	chassis-type = "embedded";

	aliases {
		serial0 = &uart7;
		mmc0 = &sdhc_1;
		serial1 = &uart2;
	};

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

	vreg_1p0: regulator-vreg-1p0 {
		compatible = "regulator-fixed";
		regulator-name = "VREG_1P0";

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

		vin-supply = <&vreg_1p8>;

		regulator-always-on;
		regulator-boot-on;
	};

	vreg_1p8: regulator-vreg-1p8 {
		compatible = "regulator-fixed";
		regulator-name = "VREG_1P8";

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

		vin-supply = <&vreg_5p0>;

		regulator-always-on;
		regulator-boot-on;
	};

	vreg_3p0: regulator-vreg-3p0 {
		compatible = "regulator-fixed";
		regulator-name = "VREG_3P0";

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

		vin-supply = <&vreg_12p0>;

		regulator-always-on;
		regulator-boot-on;
	};

	vreg_5p0: regulator-vreg-5p0 {
		compatible = "regulator-fixed";
		regulator-name = "VREG_5P0";

Annotation

Implementation Notes