aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2016-11-18 22:28:07 -0500
committerSimon Horman <horms+renesas@verge.net.au>2017-01-04 04:00:44 -0500
commitb2b9443beee5017ebdb3f2be9ef472c73d260481 (patch)
tree58a6f5dd87dac166053d33267e5d8f6b9ce12c86
parent8b51f97138ca22b6ae728a434215a05b7e5bbc63 (diff)
arm64: dts: r8a7795: Add PWM support
Add the 7 PWM channels to the r8a7795 device tree, in the disabled state. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm64/boot/dts/renesas/r8a7795.dtsi63
1 files changed, 63 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 3fe7e0af5989..972e379c0596 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -894,6 +894,69 @@
894 status = "disabled"; 894 status = "disabled";
895 }; 895 };
896 896
897 pwm0: pwm@e6e30000 {
898 compatible = "renesas,pwm-r8a7795", "renesas,pwm-rcar";
899 reg = <0 0xe6e30000 0 0x8>;
900 clocks = <&cpg CPG_MOD 523>;
901 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
902 #pwm-cells = <2>;
903 status = "disabled";
904 };
905
906 pwm1: pwm@e6e31000 {
907 compatible = "renesas,pwm-r8a7795", "renesas,pwm-rcar";
908 reg = <0 0xe6e31000 0 0x8>;
909 clocks = <&cpg CPG_MOD 523>;
910 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
911 #pwm-cells = <2>;
912 status = "disabled";
913 };
914
915 pwm2: pwm@e6e32000 {
916 compatible = "renesas,pwm-r8a7795", "renesas,pwm-rcar";
917 reg = <0 0xe6e32000 0 0x8>;
918 clocks = <&cpg CPG_MOD 523>;
919 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
920 #pwm-cells = <2>;
921 status = "disabled";
922 };
923
924 pwm3: pwm@e6e33000 {
925 compatible = "renesas,pwm-r8a7795", "renesas,pwm-rcar";
926 reg = <0 0xe6e33000 0 0x8>;
927 clocks = <&cpg CPG_MOD 523>;
928 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
929 #pwm-cells = <2>;
930 status = "disabled";
931 };
932
933 pwm4: pwm@e6e34000 {
934 compatible = "renesas,pwm-r8a7795", "renesas,pwm-rcar";
935 reg = <0 0xe6e34000 0 0x8>;
936 clocks = <&cpg CPG_MOD 523>;
937 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
938 #pwm-cells = <2>;
939 status = "disabled";
940 };
941
942 pwm5: pwm@e6e35000 {
943 compatible = "renesas,pwm-r8a7795", "renesas,pwm-rcar";
944 reg = <0 0xe6e35000 0 0x8>;
945 clocks = <&cpg CPG_MOD 523>;
946 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
947 #pwm-cells = <2>;
948 status = "disabled";
949 };
950
951 pwm6: pwm@e6e36000 {
952 compatible = "renesas,pwm-r8a7795", "renesas,pwm-rcar";
953 reg = <0 0xe6e36000 0 0x8>;
954 clocks = <&cpg CPG_MOD 523>;
955 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
956 #pwm-cells = <2>;
957 status = "disabled";
958 };
959
897 rcar_sound: sound@ec500000 { 960 rcar_sound: sound@ec500000 {
898 /* 961 /*
899 * #sound-dai-cells is required 962 * #sound-dai-cells is required