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

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

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/qcom/qcs615-ride.dts
Extension
.dts
Size
14474 bytes
Lines
691
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 <dt-bindings/gpio/gpio.h>
#include "talos.dtsi"
#include "pm8150.dtsi"
/ {
	model = "Qualcomm Technologies, Inc. QCS615 Ride (IQ-615 Beta EVK)";
	compatible = "qcom,qcs615-ride", "qcom,qcs615", "qcom,sm6150";
	chassis-type = "embedded";

	aliases {
		mmc0 = &sdhc_1;
		mmc1 = &sdhc_2;
		serial0 = &uart0;
		serial1 = &uart7;
	};

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

	clocks {
		sleep_clk: sleep-clk {
			compatible = "fixed-clock";
			clock-frequency = <32000>;
			#clock-cells = <0>;
		};

		xo_board_clk: xo-board-clk {
			compatible = "fixed-clock";
			clock-frequency = <38400000>;
			#clock-cells = <0>;
		};
	};

	dp0-connector {
		compatible = "dp-connector";
		label = "DP0";
		type = "mini";

		hpd-gpios = <&io_expander 8 GPIO_ACTIVE_HIGH>;

		port {
			dp0_connector_in: endpoint {
				remote-endpoint = <&mdss_dp0_out>;
			};
		};
	};

	dp-dsi0-connector {
		compatible = "dp-connector";
		label = "DSI0";
		type = "mini";

		port {
			dp_dsi0_connector_in: endpoint {
				remote-endpoint = <&dsi2dp_bridge_out>;
			};
		};
	};

	vreg_conn_1p8: regulator-conn-1p8 {
		compatible = "regulator-fixed";
		regulator-name = "vreg_conn_1p8";

Annotation

Implementation Notes