mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7745: Add TPU support
Add TPU support to SoC DT. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
3711d0ede2
commit
b9db514555
|
@ -1006,6 +1006,16 @@ pwm6: pwm@e6e36000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
tpu: pwm@e60f0000 {
|
||||
compatible = "renesas,tpu-r8a7745", "renesas,tpu";
|
||||
reg = <0 0xe60f0000 0 0x148>;
|
||||
clocks = <&cpg CPG_MOD 304>;
|
||||
power-domains = <&sysc R8A7745_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 304>;
|
||||
#pwm-cells = <3>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sdhi0: sd@ee100000 {
|
||||
compatible = "renesas,sdhi-r8a7745",
|
||||
"renesas,rcar-gen2-sdhi";
|
||||
|
|
Loading…
Reference in New Issue