arm64: dts: renesas: r8a774a1: Add FDP1 instance
The r8a774a1 has a single FDP1 instance similar to r8a7796. 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
c4f223b419
commit
466f475f63
|
@ -1825,6 +1825,16 @@
|
||||||
resets = <&cpg 408>;
|
resets = <&cpg 408>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fdp1@fe940000 {
|
||||||
|
compatible = "renesas,fdp1";
|
||||||
|
reg = <0 0xfe940000 0 0x2400>;
|
||||||
|
interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clocks = <&cpg CPG_MOD 119>;
|
||||||
|
power-domains = <&sysc R8A774A1_PD_A3VC>;
|
||||||
|
resets = <&cpg 119>;
|
||||||
|
renesas,fcp = <&fcpf0>;
|
||||||
|
};
|
||||||
|
|
||||||
fcpf0: fcp@fe950000 {
|
fcpf0: fcp@fe950000 {
|
||||||
compatible = "renesas,fcpf";
|
compatible = "renesas,fcpf";
|
||||||
reg = <0 0xfe950000 0 0x200>;
|
reg = <0 0xfe950000 0 0x200>;
|
||||||
|
|
Loading…
Reference in New Issue