arch/arm64/boot/dts/freescale/fsl-ls1046a-tqmls1046a-mbls10xxa.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/fsl-ls1046a-tqmls1046a-mbls10xxa.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/fsl-ls1046a-tqmls1046a-mbls10xxa.dts- Extension
.dts- Size
- 1274 bytes
- Lines
- 77
- 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/gpio/gpio.hfsl-ls1046a-tqmls1046a.dtsitqmls10xxa-mbls10xxa.dtsifsl-ls1046-post.dtsitqmls104xa-mbls10xxa-fman.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-later OR MIT)
/*
* Copyright (c) 2018-2023 TQ-Systems GmbH <linux@ew.tq-group.com>,
* D-82229 Seefeld, Germany.
* Author: Gregor Herburger, Timo Herbrecher
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include "fsl-ls1046a-tqmls1046a.dtsi"
#include "tqmls10xxa-mbls10xxa.dtsi"
/ {
model = "TQ-Systems GmbH LS1046A TQMLS1046A SoM on MBLS10xxA board";
compatible = "tq,ls1046a-tqmls1046a-mbls10xxa", "tq,ls1046a-tqmls1046a",
"fsl,ls1046a";
aliases {
qsgmii-s1-p1 = &qsgmii1_phy1;
qsgmii-s1-p2 = &qsgmii1_phy2;
qsgmii-s1-p3 = &qsgmii1_phy3;
qsgmii-s1-p4 = &qsgmii1_phy4;
qsgmii-s2-p1 = &qsgmii2_phy1;
qsgmii-s2-p2 = &qsgmii2_phy2;
qsgmii-s2-p3 = &qsgmii2_phy3;
qsgmii-s2-p4 = &qsgmii2_phy4;
serial0 = &duart0;
serial1 = &duart1;
};
chosen {
stdout-path = &duart1;
};
};
&dspi {
status = "okay";
};
&esdhc {
cd-gpios = <&gpio3 2 GPIO_ACTIVE_LOW>;
wp-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
};
&sfp1 {
status = "okay";
};
&sfp2 {
status = "okay";
};
&sfp1_i2c {
status = "okay";
};
&sfp2_i2c {
status = "okay";
};
&usb2 {
status = "okay";
};
#include "fsl-ls1046-post.dtsi"
#include "tqmls104xa-mbls10xxa-fman.dtsi"
&enet6 {
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `fsl-ls1046a-tqmls1046a.dtsi`, `tqmls10xxa-mbls10xxa.dtsi`, `fsl-ls1046-post.dtsi`, `tqmls104xa-mbls10xxa-fman.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.