mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-18 20:04:16 +08:00
arm64: dts: allwinner: a64: add node for rotation core
Allwinner A64 contains rotation core compatible to A83T. Add a node for it. Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
dbf72a8c01
commit
048cdfceeb
@ -274,6 +274,18 @@
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
rotate: rotate@20000 {
|
||||
compatible = "allwinner,sun50i-a64-de2-rotate",
|
||||
"allwinner,sun8i-a83t-de2-rotate";
|
||||
reg = <0x20000 0x10000>;
|
||||
interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&display_clocks CLK_BUS_ROT>,
|
||||
<&display_clocks CLK_ROT>;
|
||||
clock-names = "bus",
|
||||
"mod";
|
||||
resets = <&display_clocks RST_ROT>;
|
||||
};
|
||||
|
||||
mixer0: mixer@100000 {
|
||||
compatible = "allwinner,sun50i-a64-de2-mixer-0";
|
||||
reg = <0x100000 0x100000>;
|
||||
|
Loading…
Reference in New Issue
Block a user