arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sata.dtso

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sata.dtso

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sata.dtso
Extension
.dtso
Size
760 bytes
Lines
35
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: arch/arm64
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 MIT)
/*
 * Copyright (C) 2021 MediaTek Inc.
 * Author: Frank Wunderlich <frank-w@public-files.de>
 */

/dts-v1/;
/plugin/;

#include <dt-bindings/gpio/gpio.h>

&{/} {
	compatible = "bananapi,bpi-r3", "mediatek,mt7986a";

	reg_sata12v: regulator-sata12v {
		compatible = "regulator-fixed";
		regulator-name = "sata12v";
		regulator-min-microvolt = <12000000>;
		regulator-max-microvolt = <12000000>;
		gpio = <&pio 8 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		regulator-always-on;
	};

	reg_sata5v: regulator-sata5v {
		compatible = "regulator-fixed";
		regulator-name = "sata5v";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		regulator-always-on;
		vin-supply = <&reg_sata12v>;
	};

};

Annotation

Implementation Notes