ARM: dts: r8a7744: Add TPU support
Add TPU support to SoC DT. Signed-off-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
cebc31e8b5
commit
eb83d14497
@ -270,6 +270,16 @@
|
|||||||
reg = <0 0xe6060000 0 0x250>;
|
reg = <0 0xe6060000 0 0x250>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tpu: pwm@e60f0000 {
|
||||||
|
compatible = "renesas,tpu-r8a7744", "renesas,tpu";
|
||||||
|
reg = <0 0xe60f0000 0 0x148>;
|
||||||
|
clocks = <&cpg CPG_MOD 304>;
|
||||||
|
power-domains = <&sysc R8A7744_PD_ALWAYS_ON>;
|
||||||
|
resets = <&cpg 304>;
|
||||||
|
#pwm-cells = <3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
cpg: clock-controller@e6150000 {
|
cpg: clock-controller@e6150000 {
|
||||||
compatible = "renesas,r8a7744-cpg-mssr";
|
compatible = "renesas,r8a7744-cpg-mssr";
|
||||||
reg = <0 0xe6150000 0 0x1000>;
|
reg = <0 0xe6150000 0 0x1000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user