This adds a new node to am33xx.dtsi for binding the PRUSS as a remoteproc device. Signed-off-by: David Lechner <david@xxxxxxxxxxxxxx> --- arch/arm/boot/dts/am33xx.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 9cd62bc2ca35..1e7837af4689 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -924,6 +924,15 @@ }; }; + pru_rproc: cpu@4a300000 { + compatible = "ti,am3352-pru-rproc"; + reg = <0x4a300000 0x80000>; + interrupts = <20>, <21>; + interrupt-names = "pru0-vq", "pru1-vq"; + ti,hwmods = "pruss"; + status = "disabled"; + }; + elm: elm@48080000 { compatible = "ti,am3352-elm"; reg = <0x48080000 0x2000>; -- 2.17.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html