Searched +full:am654 +full:- +full:secure +full:- +full:proxy (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mailbox/ti,secure-proxy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments' Secure Proxy10 - Nishanth Menon <nm@ti.com>13 The Texas Instruments' secure proxy is a mailbox controller that has16 called "threads" or "proxies" - each instance is unidirectional and is22 pattern: "^mailbox@[0-9a-f]+$"25 const: ti,am654-secure-proxy[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2015-2022 Texas Instruments Incorporated - https://www.ti.com/22 #include <linux/soc/ti/ti-msgmgr.h>24 #define Q_DATA_OFFSET(proxy, queue, reg) \ argument25 ((0x10000 * (proxy)) + (0x80 * (queue)) + ((reg) * 4))41 * struct ti_msgmgr_valid_queue_desc - SoC valid queues meant for this processor43 * @proxy_id: Proxy ID representing the processor in SoC53 * struct ti_msgmgr_desc - Description of message manager integration57 * @data_first_reg: First data register for proxy data region58 * @data_last_reg: Last data register for proxy data region[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy-am654-serdes.h>11 compatible = "mmio-sram";13 #address-cells = <1>;14 #size-cells = <1>;17 atf-sram@0 {21 sysfw-sram@f0000 {25 l3cache-sram@100000 {30 gic500: interrupt-controller@1800000 {[all …]