arch/arm/boot/dts/st/ste-href-tvk1281618-r3.dtsi
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/st/ste-href-tvk1281618-r3.dtsi
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/st/ste-href-tvk1281618-r3.dtsi- Extension
.dtsi- Size
- 5623 bytes
- Lines
- 221
- Domain
- Architecture Layer
- Bucket
- arch/arm
- 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/interrupt-controller/irq.hdt-bindings/input/input.h
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
/*
* Device Tree for the TVK1281618 R3 user interface board (UIB)
* also known as the "CYTTSP board"
*/
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/input/input.h>
/ {
gpio_keys {
compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
vdd-supply = <&ab8500_ldo_aux1_reg>;
pinctrl-names = "default";
pinctrl-0 = <&hall_tvk_mode>;
button@145 {
/* Hall sensor */
gpios = <&gpio4 17 GPIO_ACTIVE_HIGH>;
linux,code = <0>; /* SW_LID */
label = "HED54XXU11 Hall Effect Sensor";
};
};
soc {
i2c@80004000 {
tc35893@44 {
compatible = "toshiba,tc35893";
reg = <0x44>;
interrupt-parent = <&gpio2>;
interrupts = <0 IRQ_TYPE_EDGE_RISING>;
pinctrl-names = "default";
pinctrl-0 = <&tc35893_tvk_mode>;
interrupt-controller;
#interrupt-cells = <1>;
status = "disabled";
tc3589x_gpio {
compatible = "toshiba,tc3589x-gpio";
interrupts = <0>;
interrupt-controller;
#interrupt-cells = <2>;
gpio-controller;
#gpio-cells = <2>;
};
tc3589x_keypad {
compatible = "toshiba,tc3589x-keypad";
interrupts = <6>;
debounce-delay-ms = <4>;
keypad,num-columns = <8>;
keypad,num-rows = <8>;
linux,no-autorepeat;
wakeup-source;
linux,keymap = <MATRIX_KEY(3, 1, KEY_END)>,
<MATRIX_KEY(4, 1, KEY_HOME)>,
<MATRIX_KEY(6, 4, KEY_VOLUMEDOWN)>,
<MATRIX_KEY(4, 2, KEY_EMAIL)>,
<MATRIX_KEY(3, 3, KEY_RIGHT)>,
<MATRIX_KEY(2, 5, KEY_BACKSPACE)>,
<MATRIX_KEY(6, 7, KEY_MENU)>,
<MATRIX_KEY(5, 0, KEY_ENTER)>,
<MATRIX_KEY(4, 3, KEY_0)>,
<MATRIX_KEY(3, 4, KEY_DOT)>,
<MATRIX_KEY(5, 2, KEY_UP)>,
<MATRIX_KEY(3, 5, KEY_DOWN)>,
<MATRIX_KEY(4, 5, KEY_SEND)>,
Annotation
- Immediate include surface: `dt-bindings/interrupt-controller/irq.h`, `dt-bindings/input/input.h`.
- Atlas domain: Architecture Layer / arch/arm.
- 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.