arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-compact.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-compact.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-compact.dtsi
Extension
.dtsi
Size
3701 bytes
Lines
179
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 <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include "rk3588-orangepi-5.dtsi"

/ {
	vcc5v0_usb30_otg: vcc5v0-usb30-otg-regulator {
		compatible = "regulator-fixed";
		enable-active-high;
		/* USB_OTG_PWREN */
		gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
		pinctrl-names = "default";
		pinctrl-0 = <&usb_otg_pwren>;
		regulator-name = "vcc5v0_usb30_otg";
		regulator-min-microvolt = <5000000>;
		regulator-max-microvolt = <5000000>;
		vin-supply = <&vcc5v0_sys>;
	};
};

&headphone_amp {
	/* PHONE_CTL */
	enable-gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_HIGH>;
};

&analog_sound {
	pinctrl-names = "default";
	pinctrl-0 = <&hp_detect>;
	simple-audio-card,aux-devs = <&headphone_amp>;
	simple-audio-card,hp-det-gpios = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>;

	simple-audio-card,routing =
		"Headphones", "LOUT1",
		"Headphones", "ROUT1",
		"LINPUT1", "Microphone Jack",
		"RINPUT1", "Microphone Jack",
		"LINPUT2", "Onboard Microphone",
		"RINPUT2", "Onboard Microphone";
	simple-audio-card,widgets =
		"Microphone", "Microphone Jack",
		"Microphone", "Onboard Microphone",
		"Headphone", "Headphones";
};

&fan {
	/* FAN_CTL_H */
	pwms = <&pwm9 0 50000 0>;
};

&hym8563 {
	interrupt-parent = <&gpio0>;
	interrupts = <RK_PC4 IRQ_TYPE_LEVEL_LOW>;
	pinctrl-names = "default";
	pinctrl-0 = <&rtc_int_l>;
};

&led_blue_pwm {
	/* PWM_LED1 */
	status = "okay";
};

/* phy2 */
&pcie2x1l1 {
	reset-gpios = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
	vpcie3v3-supply = <&vcc3v3_pcie_eth>;
	status = "okay";
};

Annotation

Implementation Notes