Searched +full:am654 +full:- +full:secure +full:- +full:proxy (Results 1 – 6 of 6) 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-2017 Texas Instruments Incorporated - https://www.ti.com/21 #include <linux/soc/ti/ti-msgmgr.h>23 #define Q_DATA_OFFSET(proxy, queue, reg) \ argument24 ((0x10000 * (proxy)) + (0x80 * (queue)) + ((reg) * 4))40 * struct ti_msgmgr_valid_queue_desc - SoC valid queues meant for this processor42 * @proxy_id: Proxy ID representing the processor in SoC52 * struct ti_msgmgr_desc - Description of message manager integration56 * @data_first_reg: First data register for proxy data region57 * @data_last_reg: Last data register for proxy data region[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/9 serdes_refclk: serdes-refclk {10 #clock-cells = <0>;11 compatible = "fixed-clock";17 compatible = "mmio-sram";19 #address-cells = <1>;20 #size-cells = <1>;23 atf-sram@0 {28 scm_conf: scm-conf@100000 {[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2018 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 …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/8 #include <dt-bindings/phy/phy-cadence.h>9 #include <dt-bindings/phy/phy-ti.h>12 serdes_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;21 compatible = "mmio-sram";23 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016-2020 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/mux/mux.h>9 #include <dt-bindings/mux/ti-serdes.h>12 cmn_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;18 cmn_refclk1: clock-cmnrefclk1 {[all …]