Merge "ARM: dts: qcom: Add SLIMBUS and BAM dtsi nodes for SUN"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
416f4cf765
@@ -622,6 +622,32 @@
|
|||||||
wakeup-parent = <&pdc>;
|
wakeup-parent = <&pdc>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
slimbam: bamdma@6C04000 {
|
||||||
|
compatible = "qcom,bam-v1.7.0";
|
||||||
|
qcom,controlled-remotely;
|
||||||
|
reg = <0x6C04000 0x20000>, <0x6C8F000 0x1000>;
|
||||||
|
reg-names = "bam", "bam_remote_mem";
|
||||||
|
num-channels = <31>;
|
||||||
|
interrupts = <0 164 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
#dma-cells = <1>;
|
||||||
|
qcom,ee = <1>;
|
||||||
|
qcom,num-ees = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
|
slim_msm: slim@6C40000 {
|
||||||
|
compatible = "qcom,slim-ngd-v1.5.0";
|
||||||
|
reg = <0x6C40000 0x2C000>, <0x6C8E000 0x1000>;
|
||||||
|
reg-names = "ctrl", "slimbus_remote_mem";
|
||||||
|
interrupts = <0 163 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
qcom,apps-ch-pipes = <0x0>;
|
||||||
|
qcom,ea-pc = <0x4E0>;
|
||||||
|
dmas = <&slimbam 3>, <&slimbam 4>;
|
||||||
|
dma-names = "rx", "tx";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
intc: interrupt-controller@16000000 {
|
intc: interrupt-controller@16000000 {
|
||||||
compatible = "arm,gic-v3";
|
compatible = "arm,gic-v3";
|
||||||
#interrupt-cells = <3>;
|
#interrupt-cells = <3>;
|
||||||
|
Reference in New Issue
Block a user