]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/sandbox/dts/test.dts
test: dma: add dma-uclass test
[thirdparty/u-boot.git] / arch / sandbox / dts / test.dts
index 12d39d8d5c1db889b79db2723fa964b96a1520a0..082fcec3f9e221f8592a006ce9f01d70724b43ad 100644 (file)
        hwspinlock@0 {
                compatible = "sandbox,hwspinlock";
        };
+
+       dma: dma {
+               compatible = "sandbox,dma";
+               #dma-cells = <1>;
+
+               dmas = <&dma 0>, <&dma 1>, <&dma 2>;
+               dma-names = "m2m", "tx0", "rx0";
+       };
 };
 
 #include "sandbox_pmic.dtsi"