Message ID | 20180623210810.21232-8-david@lechnology.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 3fc8b8fd816e..8b052e96fb53 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -540,6 +540,14 @@ clocks = <&pll0_auxclk>; status = "disabled"; }; + pru_rproc: cpu@30000 { + compatible = "ti,da850-pru-rproc"; + reg = <0x30000 0x10000>; + interrupts = <3>, <4>; + interrupt-names = "pru0-vq", "pru1-vq"; + power-domains = <&psc0 13>; + status = "disabled"; + }; mmc0: mmc@40000 { compatible = "ti,da830-mmc"; reg = <0x40000 0x1000>;
This adds a new remoteproc node to the da850 device tree for the PRUSS. Signed-off-by: David Lechner <david@lechnology.com> --- Note: this requires the recent common-clk patches for power-domains arch/arm/boot/dts/da850.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)