arch/arm64/boot/dts/rockchip/rk3528-pinctrl.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/rockchip/rk3528-pinctrl.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/rockchip/rk3528-pinctrl.dtsi- Extension
.dtsi- Size
- 27094 bytes
- Lines
- 1398
- 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.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
dt-bindings/pinctrl/rockchip.hrockchip-pinconf.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2022 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 {
arm {
/omit-if-no-ref/
arm_pins: arm-pins {
rockchip,pins =
/* arm_avs */
<4 RK_PC4 3 &pcfg_pull_none>;
};
};
clk {
/omit-if-no-ref/
clkm0_32k_out: clkm0-32k-out {
rockchip,pins =
/* clkm0_32k_out */
<3 RK_PC3 3 &pcfg_pull_none>;
};
/omit-if-no-ref/
clkm1_32k_out: clkm1-32k-out {
rockchip,pins =
/* clkm1_32k_out */
<1 RK_PC3 1 &pcfg_pull_none>;
};
};
emmc {
/omit-if-no-ref/
emmc_rstnout: emmc-rstnout {
rockchip,pins =
/* emmc_rstn */
<1 RK_PD6 1 &pcfg_pull_none>;
};
/omit-if-no-ref/
emmc_bus8: emmc-bus8 {
rockchip,pins =
/* emmc_d0 */
<1 RK_PC4 1 &pcfg_pull_up_drv_level_2>,
/* emmc_d1 */
<1 RK_PC5 1 &pcfg_pull_up_drv_level_2>,
/* emmc_d2 */
<1 RK_PC6 1 &pcfg_pull_up_drv_level_2>,
/* emmc_d3 */
<1 RK_PC7 1 &pcfg_pull_up_drv_level_2>,
/* emmc_d4 */
<1 RK_PD0 1 &pcfg_pull_up_drv_level_2>,
/* emmc_d5 */
<1 RK_PD1 1 &pcfg_pull_up_drv_level_2>,
/* emmc_d6 */
<1 RK_PD2 1 &pcfg_pull_up_drv_level_2>,
/* emmc_d7 */
<1 RK_PD3 1 &pcfg_pull_up_drv_level_2>;
};
/omit-if-no-ref/
emmc_clk: emmc-clk {
rockchip,pins =
Annotation
- Immediate include surface: `dt-bindings/pinctrl/rockchip.h`, `rockchip-pinconf.dtsi`.
- Atlas domain: Architecture Layer / arch/arm64.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.