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 d105986c6be1a6f0a63f511b2bcd8c1d24fc1d3e..38372fcc64301a99bc933ae082cb19137d461120 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 {