dm: core: Introduce xxx_translate_dma_address()
[oweals/u-boot.git] / arch / sandbox / dts / test.dts
index a7a566c0d8b6f7ff08e0c634f9efdd2055c48b60..ac985ecb32c6ec1b34a7fe68d9fdc86cef98b232 100644 (file)
                                compatible = "sandbox,swap-case";
                        };
                };
+               pci@1,0 {
+                       compatible = "pci-generic";
+                       reg = <0x0800 0 0 0 0>;
+                       emul@0,0 {
+                               compatible = "sandbox,swap-case";
+                               use-ea;
+                       };
+               };
                pci@1f,0 {
                        compatible = "pci-generic";
                        reg = <0xf800 0 0 0 0>;
                          3 0x300 0xB000 0x1000
                         >;
 
+               dma-ranges = <0 0x000 0x10000000 0x1000
+                             1 0x100 0x20000000 0x1000
+                            >;
+
                dev@0,0 {
                        compatible = "denx,u-boot-fdt-dummy";
                        reg = <0 0x0 0x1000>;
                dmas = <&dma 0>, <&dma 1>, <&dma 2>;
                dma-names = "m2m", "tx0", "rx0";
        };
+
+       mdio-test {
+               compatible = "sandbox,mdio";
+       };
 };
 
 #include "sandbox_pmic.dtsi"