Path: blob/master/Documentation/devicetree/bindings/firmware/thead,th1520-aon.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/firmware/thead,th1520-aon.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: T-HEAD TH1520 AON (Always-On) Firmware78description: |9The Always-On (AON) subsystem in the TH1520 SoC is responsible for managing10low-power states, system wakeup events, and power management tasks. It is11designed to operate independently in a dedicated power domain, allowing it to12remain functional even during the SoC's deep sleep states.1314At the heart of the AON subsystem is the E902, a low-power core that executes15firmware responsible for coordinating tasks such as power domain control,16clock management, and system wakeup signaling. Communication between the main17SoC and the AON subsystem is handled through a mailbox interface, which18enables message-based interactions with the AON firmware.1920maintainers:21- Michal Wilczynski <m.wilczynski@samsung.com>2223properties:24compatible:25const: thead,th1520-aon2627mboxes:28maxItems: 12930mbox-names:31items:32- const: aon3334resets:35maxItems: 13637reset-names:38items:39- const: gpu-clkgen4041"#power-domain-cells":42const: 14344required:45- compatible46- mboxes47- mbox-names48- "#power-domain-cells"4950additionalProperties: false5152examples:53- |54aon: aon {55compatible = "thead,th1520-aon";56mboxes = <&mbox_910t 1>;57mbox-names = "aon";58#power-domain-cells = <1>;59};606162