Searched +full:sky1 +full:- +full:mbox (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mailbox/cix,sky1-mbox.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Guomin Chen <Guomin.Chen@cixtech.com>13 The Cixtech mailbox controller, used in the Cixtech Sky1 SoC,19 typically used in pairs-one for receiving and one for transmitting.22 channel 0-7 - Fast channel with 32bit transmit register and IRQ support23 channel 8 - Doorbell mode,using the mailbox as an interrupt-generating25 channel 9 - Fifo based channel with 32*32bit depth fifo and IRQ support[all …]
1 // SPDX-License-Identifier: BSD-3-Clause7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/clock/cix,sky1.h>11 interrupt-parent = <&gic>;12 #address-cells = <2>;13 #size-cells = <2>;16 #address-cells = <2>;17 #size-cells = <0>;20 compatible = "arm,cortex-a520";21 enable-method = "psci";[all …]