arch/arm64/boot/dts/amlogic/meson-g12a-fbx8am-realtek.dtso

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/amlogic/meson-g12a-fbx8am-realtek.dtso

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/amlogic/meson-g12a-fbx8am-realtek.dtso
Extension
.dtso
Size
483 bytes
Lines
22
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: arch/arm64
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) 2024 Freebox SAS

/dts-v1/;
/plugin/;

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/gpio/meson-g12a-gpio.h>

&uart_A {
	bluetooth {
		compatible = "realtek,rtl8822cs-bt";
		enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
		host-wake-gpios = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>;
		device-wake-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>;
	};
};

&sd_emmc_a {
	/* No explicit compatible for rtl8822cs sdio */
};

Annotation

Implementation Notes