arch/arm64/boot/dts/rockchip/rk3588-base-pinctrl.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/rockchip/rk3588-base-pinctrl.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/rockchip/rk3588-base-pinctrl.dtsi
Extension
.dtsi
Size
71588 bytes
Lines
3623
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)
/*
 * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
 */

#include <dt-bindings/pinctrl/rockchip.h>
#include "rockchip-pinconf.dtsi"

/*
 * This file is auto generated by pin2dts tool, please keep these code
 * by adding changes at end of this file.
 */
&pinctrl {
	auddsm {
		/omit-if-no-ref/
		auddsm_pins: auddsm-pins {
			rockchip,pins =
				/* auddsm_ln */
				<3 RK_PA1 4 &pcfg_pull_none>,
				/* auddsm_lp */
				<3 RK_PA2 4 &pcfg_pull_none>,
				/* auddsm_rn */
				<3 RK_PA3 4 &pcfg_pull_none>,
				/* auddsm_rp */
				<3 RK_PA4 4 &pcfg_pull_none>;
		};
	};

	bt1120 {
		/omit-if-no-ref/
		bt1120_pins: bt1120-pins {
			rockchip,pins =
				/* bt1120_clkout */
				<4 RK_PB0 2 &pcfg_pull_none>,
				/* bt1120_d0 */
				<4 RK_PA0 2 &pcfg_pull_none>,
				/* bt1120_d1 */
				<4 RK_PA1 2 &pcfg_pull_none>,
				/* bt1120_d2 */
				<4 RK_PA2 2 &pcfg_pull_none>,
				/* bt1120_d3 */
				<4 RK_PA3 2 &pcfg_pull_none>,
				/* bt1120_d4 */
				<4 RK_PA4 2 &pcfg_pull_none>,
				/* bt1120_d5 */
				<4 RK_PA5 2 &pcfg_pull_none>,
				/* bt1120_d6 */
				<4 RK_PA6 2 &pcfg_pull_none>,
				/* bt1120_d7 */
				<4 RK_PA7 2 &pcfg_pull_none>,
				/* bt1120_d8 */
				<4 RK_PB2 2 &pcfg_pull_none>,
				/* bt1120_d9 */
				<4 RK_PB3 2 &pcfg_pull_none>,
				/* bt1120_d10 */
				<4 RK_PB4 2 &pcfg_pull_none>,
				/* bt1120_d11 */
				<4 RK_PB5 2 &pcfg_pull_none>,
				/* bt1120_d12 */
				<4 RK_PB6 2 &pcfg_pull_none>,
				/* bt1120_d13 */
				<4 RK_PB7 2 &pcfg_pull_none>,
				/* bt1120_d14 */
				<4 RK_PC0 2 &pcfg_pull_none>,
				/* bt1120_d15 */
				<4 RK_PC1 2 &pcfg_pull_none>;
		};
	};

	can0 {

Annotation

Implementation Notes