arch/arm64/boot/dts/freescale/fsl-ls1028a-tqmls1028a-mbls1028a-ind.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/fsl-ls1028a-tqmls1028a-mbls1028a-ind.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/fsl-ls1028a-tqmls1028a-mbls1028a-ind.dts- Extension
.dts- Size
- 1249 bytes
- Lines
- 69
- 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
fsl-ls1028a-tqmls1028a-mbls1028a.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 2019-2025 TQ-Systems GmbH <linux@ew.tq-group.com>,
* D-82229 Seefeld, Germany.
* Author: Michael Krummsdorf
* Author: Matthias Schiffer
* Author: Alexander Stein
*/
/dts-v1/;
#include "fsl-ls1028a-tqmls1028a-mbls1028a.dtsi"
/ {
model = "MBLS1028A-IND starterkit";
compatible = "tq,ls1028a-tqmls1028a-mbls1028a-ind", "tq,ls1028a-tqmls1028a", "fsl,ls1028a";
};
&i2c5 {
gpio_exp_3v3: gpio@71 {
compatible = "nxp,pca9538";
reg = <0x71>;
#gpio-cells = <2>;
gpio-controller;
clk-intn-hog {
gpio-hog;
gpios = <0 GPIO_ACTIVE_HIGH>;
input;
line-name = "CLK_INT#";
};
mpcie-waken-hog {
gpio-hog;
gpios = <2 GPIO_ACTIVE_HIGH>;
input;
line-name = "MPCIE_WAKE#";
};
mpcie-disn-hog {
gpio-hog;
gpios = <3 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "MPCIE_DIS#";
};
mpcie-rstn-hog {
gpio-hog;
gpios = <4 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "MPCIE_RST#";
};
sata-perstn-hog {
gpio-hog;
gpios = <6 GPIO_ACTIVE_HIGH>;
output-high;
line-name = "SATA_PERST#";
};
dcdc-reset-hog {
gpio-hog;
gpios = <7 GPIO_ACTIVE_HIGH>;
output-low;
line-name = "DCDC_RESET";
};
};
};
Annotation
- Immediate include surface: `fsl-ls1028a-tqmls1028a-mbls1028a.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.