arm64: dts: armada-3720-turris-mox: add firmware node
authorMarek Behún <marek.behun@nic.cz>
Wed, 4 Sep 2019 17:07:39 +0000 (19:07 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Wed, 9 Oct 2019 07:36:42 +0000 (09:36 +0200)
Add the node representing the firmware running on the secure processor.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index d105986..38372fc 100644 (file)
                /* enabled by U-Boot if SFP module is present */
                status = "disabled";
        };
+
+       firmware {
+               turris-mox-rwtm {
+                       compatible = "cznic,turris-mox-rwtm";
+                       mboxes = <&rwtm 0>;
+                       status = "okay";
+               };
+       };
 };
 
 &i2c0 {