arch/arm64/boot/dts/rockchip/rk3576-pinctrl.dtsi
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/rockchip/rk3576-pinctrl.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/rockchip/rk3576-pinctrl.dtsi- Extension
.dtsi- Size
- 116180 bytes
- Lines
- 5783
- 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) 2023 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 {
aupll_clk {
/omit-if-no-ref/
aupll_clkm0_pins: aupll_clkm0-pins {
rockchip,pins =
/* aupll_clk_in_m0 */
<0 RK_PA0 3 &pcfg_pull_none>;
};
/omit-if-no-ref/
aupll_clkm1_pins: aupll_clkm1-pins {
rockchip,pins =
/* aupll_clk_in_m1 */
<0 RK_PB0 3 &pcfg_pull_none>;
};
/omit-if-no-ref/
aupll_clkm2_pins: aupll_clkm2-pins {
rockchip,pins =
/* aupll_clk_in_m2 */
<4 RK_PA2 3 &pcfg_pull_none>;
};
};
cam_clk0 {
/omit-if-no-ref/
cam_clk0m0_clk0: cam_clk0m0-clk0 {
rockchip,pins =
/* cam_clk0_out_m0 */
<3 RK_PD7 3 &pcfg_pull_none>;
};
/omit-if-no-ref/
cam_clk0m1_clk0: cam_clk0m1-clk0 {
rockchip,pins =
/* cam_clk0_out_m1 */
<2 RK_PD2 1 &pcfg_pull_none>;
};
};
cam_clk1 {
/omit-if-no-ref/
cam_clk1m0_clk1: cam_clk1m0-clk1 {
rockchip,pins =
/* cam_clk1_out_m0 */
<4 RK_PA0 3 &pcfg_pull_none>;
};
/omit-if-no-ref/
cam_clk1m1_clk1: cam_clk1m1-clk1 {
rockchip,pins =
/* cam_clk1_out_m1 */
<2 RK_PD6 1 &pcfg_pull_none>;
};
};
cam_clk2 {
/omit-if-no-ref/
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.