File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 916
916
#interrupt-cells = <4>;
917
917
};
918
918
919
+ bam_dmux_dma: dma-controller@fc834000 {
920
+ compatible = "qcom,bam-v1.4.0";
921
+ reg = <0xfc834000 0x7000>;
922
+ interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
923
+ #dma-cells = <1>;
924
+ qcom,ee = <0>;
925
+
926
+ num-channels = <6>;
927
+ qcom,num-ees = <1>;
928
+ qcom,powered-remotely;
929
+ };
930
+
919
931
modem: remoteproc@fc880000 {
920
932
compatible = "qcom,msm8226-mss-pil";
921
933
reg = <0xfc880000 0x4040>,
959
971
960
972
status = "disabled";
961
973
974
+ bam_dmux: bam-dmux {
975
+ compatible = "qcom,bam-dmux";
976
+
977
+ interrupt-parent = <&modem_smsm>;
978
+ interrupts = <1 IRQ_TYPE_EDGE_BOTH>, <11 IRQ_TYPE_EDGE_BOTH>;
979
+ interrupt-names = "pc", "pc-ack";
980
+
981
+ qcom,smem-states = <&apps_smsm 1>, <&apps_smsm 11>;
982
+ qcom,smem-state-names = "pc", "pc-ack";
983
+
984
+ dmas = <&bam_dmux_dma 4>, <&bam_dmux_dma 5>;
985
+ dma-names = "tx", "rx";
986
+ };
987
+
962
988
smd-edge {
963
989
interrupts = <GIC_SPI 25 IRQ_TYPE_EDGE_RISING>;
964
990
You can’t perform that action at this time.
0 commit comments