arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.1.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.1.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.1.dts
Extension
.dts
Size
302 bytes
Lines
19
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: (GPL-2.0+ OR MIT)

/dts-v1/;

#include "rk3566-pinenote.dtsi"

/ {
	model = "Pine64 PineNote v1.1";
	compatible = "pine64,pinenote-v1.1", "pine64,pinenote", "rockchip,rk3566";
};

&pmu_io_domains {
	vccio7-supply = <&vcc_1v8>;
};

&spk_amp {
	VCC-supply = <&dcdc_boost>;
};

Annotation

Implementation Notes