ARM: dts: sun8i: a83t: Add device node for rotation core
Allwinner A83T contains rotation core. 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:

committed by
Chen-Yu Tsai

parent
3e9a1a8b7f
commit
dbf72a8c01
@@ -324,6 +324,17 @@
|
|||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rotate: rotate@1020000 {
|
||||||
|
compatible = "allwinner,sun8i-a83t-de2-rotate";
|
||||||
|
reg = <0x1020000 0x10000>;
|
||||||
|
interrupts = <GIC_SPI 92 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@1100000 {
|
mixer0: mixer@1100000 {
|
||||||
compatible = "allwinner,sun8i-a83t-de2-mixer-0";
|
compatible = "allwinner,sun8i-a83t-de2-mixer-0";
|
||||||
reg = <0x01100000 0x100000>;
|
reg = <0x01100000 0x100000>;
|
||||||
|
Reference in New Issue
Block a user