arch/arm64/boot/dts/freescale/imx95-libra-rdk-fpsc.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx95-libra-rdk-fpsc.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/imx95-libra-rdk-fpsc.dts- Extension
.dts- Size
- 6008 bytes
- Lines
- 319
- 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/leds/leds-pca9532.hdt-bindings/pwm/pwm.himx95-phycore-fpsc.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 2025 PHYTEC Messtechnik GmbH
*/
/dts-v1/;
#include <dt-bindings/leds/leds-pca9532.h>
#include <dt-bindings/pwm/pwm.h>
#include "imx95-phycore-fpsc.dtsi"
/ {
compatible = "phytec,imx95-libra-rdk-fpsc",
"phytec,imx95-phycore-fpsc", "fsl,imx95";
model = "PHYTEC Libra i.MX95 RDK FPSC";
aliases {
can1 = &flexcan2;
can2 = &flexcan1;
ethernet0 = &enetc_port0;
serial0 = &lpuart7;
serial1 = &lpuart8;
};
chosen {
stdout-path = &lpuart7;
};
backlight_lvds0: backlight0 {
compatible = "pwm-backlight";
pinctrl-0 = <&pinctrl_lvds0>;
power-supply = <®_vdd_12v0>;
status = "disabled";
};
transceiver1: can-phy {
compatible = "ti,tcan1043";
#phy-cells = <0>;
max-bitrate = <8000000>;
enable-gpios = <&gpio_expander 10 GPIO_ACTIVE_LOW>;
};
transceiver2: can-phy {
compatible = "ti,tcan1043";
#phy-cells = <0>;
max-bitrate = <8000000>;
enable-gpios = <&gpio_expander 9 GPIO_ACTIVE_LOW>;
};
panel0_lvds: panel-lvds0 {
backlight = <&backlight_lvds0>;
power-supply = <®_vdd_3v3>;
status = "disabled";
};
reg_vdd_12v0: regulator-vdd-12v0 {
compatible = "regulator-fixed";
regulator-always-on;
regulator-boot-on;
regulator-max-microvolt = <12000000>;
regulator-min-microvolt = <12000000>;
regulator-name = "VDD_12V0";
};
reg_vdd_1v8: regulator-vdd-1v8 {
compatible = "regulator-fixed";
regulator-always-on;
regulator-boot-on;
regulator-max-microvolt = <1800000>;
Annotation
- Immediate include surface: `dt-bindings/leds/leds-pca9532.h`, `dt-bindings/pwm/pwm.h`, `imx95-phycore-fpsc.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.