Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / arch / arm / boot / dts / intel-ixp4xx.dtsi
index 31371c6..a50427a 100644 (file)
                npe: npe@c8006000 {
                        compatible = "intel,ixp4xx-network-processing-engine";
                        reg = <0xc8006000 0x1000>, <0xc8007000 0x1000>, <0xc8008000 0x1000>;
+
+                       /* NPE-C contains a crypto accelerator */
+                       crypto {
+                               compatible = "intel,ixp4xx-crypto";
+                               intel,npe-handle = <&npe 2>;
+                               queue-rx = <&qmgr 30>;
+                               queue-txready = <&qmgr 29>;
+                       };
                };
 
                /* This is known as EthB */
                        queue-txready = <&qmgr 0>;
                        intel,npe-handle = <&npe 2>;
                };
+
+               /* This is known as EthA */
+               ethernet@c800c000 {
+                       compatible = "intel,ixp4xx-ethernet";
+                       reg = <0xc800c000 0x1000>;
+                       status = "disabled";
+                       intel,npe = <0>;
+                       /* Dummy values that depend on firmware */
+                       queue-rx = <&qmgr 0>;
+                       queue-txready = <&qmgr 0>;
+               };
        };
 };