Searched +full:ast2600 +full:- +full:video +full:- +full:engine (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/media/aspeed,video-engine.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ASPEED Video Engine10 - Eddie James <eajames@linux.ibm.com>13 The Video Engine (VE) embedded in the ASPEED SOCs can be configured to14 capture and compress video data from digital or analog sources.19 - aspeed,ast2400-video-engine20 - aspeed,ast2500-video-engine[all …]
1 * Device tree bindings for Aspeed Video Engine3 The Video Engine (VE) embedded in the Aspeed AST2400/2500/2600 SOCs can4 capture and compress video data from digital or analog sources.7 - compatible: "aspeed,ast2400-video-engine" or8 "aspeed,ast2500-video-engine" or9 "aspeed,ast2600-video-engine"10 - reg: contains the offset and length of the VE memory region11 - clocks: clock specifiers for the syscon clocks associated with12 the VE (ordering must match the clock-names property)13 - clock-names: "vclk" and "eclk"[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>6 #include <dt-bindings/clock/ast2600-clock.h>10 compatible = "aspeed,ast2600";11 #address-cells = <1>;12 #size-cells = <1>;13 interrupt-parent = <&gic>;47 #address-cells = <1>;48 #size-cells = <0>;[all …]