diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-04-02 18:25:04 +0000 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-04-05 14:03:03 +1030 |
commit | 796b440701995445c0365cfa3f6e558c9a9e76f7 (patch) | |
tree | 790d88df97c1a07d00b456ee27b7e0be70ef49c4 /arch/arm | |
parent | 5de3b03173f8054e2fd52420452dbc46568f3f2e (diff) |
ARM: dts: aspeed-g5: Add video engine
Add a node to describe the video engine on the AST2500.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index 04221188b64a..733cac9eeef4 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -247,6 +247,16 @@ status = "disabled"; }; + video: video@1e700000 { + compatible = "aspeed,ast2500-video-engine"; + reg = <0x1e700000 0x1000>; + clocks = <&syscon ASPEED_CLK_GATE_VCLK>, + <&syscon ASPEED_CLK_GATE_ECLK>; + clock-names = "vclk", "eclk"; + interrupts = <7>; + status = "disabled"; + }; + sram: sram@1e720000 { compatible = "mmio-sram"; reg = <0x1e720000 0x9000>; // 36K |