Searched +full:ccp +full:- +full:seattle +full:- +full:v1a (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/amd,ccp-seattle-v1a.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: AMD Cryptographic Coprocessor (ccp)10 - Tom Lendacky <thomas.lendacky@amd.com>14 const: amd,ccp-seattle-v1a22 dma-coherent: true25 - compatible26 - reg[all …]
1 * AMD Cryptographic Coprocessor driver (ccp)4 - compatible: Should be "amd,ccp-seattle-v1a"5 - reg: Address and length of the register set for the device6 - interrupts: Should contain the CCP interrupt9 - dma-coherent: Present if dma operations are coherent12 ccp@e0100000 {13 compatible = "amd,ccp-seattle-v1a";15 interrupt-parent = <&gic>;
1 // SPDX-License-Identifier: GPL-2.03 * DTS file for AMD Seattle SoC9 compatible = "amd,seattle";10 interrupt-parent = <&gic0>;11 #address-cells = <2>;12 #size-cells = <2>;14 /include/ "amd-seattle-clks.dtsi"16 gic0: interrupt-controller@e1101000 {17 compatible = "arm,gic-400", "arm,cortex-a15-gic";18 interrupt-controller;[all …]