提交 9ca595f0 编写于 作者: M Matthew McClintock 提交者: Andy Gross

qcom: ipq4019: add DMA nodes to ipq4019 SoC and DK01 device tree

This adds the blsp_dma node to the device tree and the required
properties for using DMA with serial
Signed-off-by: NMatthew McClintock <mmcclint@codeaurora.org>
Signed-off-by: NAndy Gross <andy.gross@linaro.org>
上级 fd6fd386
...@@ -72,6 +72,10 @@ ...@@ -72,6 +72,10 @@
}; };
}; };
blsp_dma: dma@7884000 {
status = "ok";
};
spi_0: spi@78b5000 { spi_0: spi@78b5000 {
pinctrl-0 = <&spi_0_pins>; pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -123,6 +123,17 @@ ...@@ -123,6 +123,17 @@
interrupts = <0 208 0>; interrupts = <0 208 0>;
}; };
blsp_dma: dma@7884000 {
compatible = "qcom,bam-v1.7.0";
reg = <0x07884000 0x23000>;
interrupts = <GIC_SPI 238 IRQ_TYPE_NONE>;
clocks = <&gcc GCC_BLSP1_AHB_CLK>;
clock-names = "bam_clk";
#dma-cells = <1>;
qcom,ee = <0>;
status = "disabled";
};
spi_0: spi@78b5000 { spi_0: spi@78b5000 {
compatible = "qcom,spi-qup-v2.2.1"; compatible = "qcom,spi-qup-v2.2.1";
reg = <0x78b5000 0x600>; reg = <0x78b5000 0x600>;
...@@ -224,6 +235,8 @@ ...@@ -224,6 +235,8 @@
clocks = <&gcc GCC_BLSP1_UART1_APPS_CLK>, clocks = <&gcc GCC_BLSP1_UART1_APPS_CLK>,
<&gcc GCC_BLSP1_AHB_CLK>; <&gcc GCC_BLSP1_AHB_CLK>;
clock-names = "core", "iface"; clock-names = "core", "iface";
dmas = <&blsp_dma 1>, <&blsp_dma 0>;
dma-names = "rx", "tx";
}; };
serial@78b0000 { serial@78b0000 {
...@@ -234,6 +247,8 @@ ...@@ -234,6 +247,8 @@
clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>, clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>,
<&gcc GCC_BLSP1_AHB_CLK>; <&gcc GCC_BLSP1_AHB_CLK>;
clock-names = "core", "iface"; clock-names = "core", "iface";
dmas = <&blsp_dma 3>, <&blsp_dma 2>;
dma-names = "rx", "tx";
}; };
watchdog@b017000 { watchdog@b017000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册