Commit 4aca6812 authored by Alexander Filippov's avatar Alexander Filippov Committed by Joel Stanley

ARM: dts: aspeed: ast2400: Add video engine support

Add a node to describe the video engine on AST2400.

These changes were copied from aspeed-g5.dtsi
Signed-off-by: default avatarAlexander Filippov <a.filippov@yadro.com>
Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 7f9dad6b
......@@ -219,6 +219,16 @@ sram: sram@1e720000 {
reg = <0x1e720000 0x8000>; // 32K
};
video: video@1e700000 {
compatible = "aspeed,ast2400-video-engine";
reg = <0x1e700000 0x1000>;
clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
<&syscon ASPEED_CLK_GATE_ECLK>;
clock-names = "vclk", "eclk";
interrupts = <7>;
status = "disabled";
};
sdmmc: sd-controller@1e740000 {
compatible = "aspeed,ast2400-sd-controller";
reg = <0x1e740000 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment