sh: r2dplus: Switch to DM PCI driver
[platform/kernel/u-boot.git] / arch / sh / dts / sh7751-r2dplus.dts
index 2d291bf..ecaf077 100644 (file)
@@ -9,4 +9,18 @@
 / {
        model = "R2D";
        compatible = "renesas,r2d", "renesas,sh7751";
+
+       pci@fe200000 {
+               compatible = "renesas,pci-sh7751";
+               device_type = "pci";
+               reg = <0 0xfe200000 0 0x1000>;
+               status = "okay";
+
+               bus-range = <0 0>;
+               #address-cells = <3>;
+               #size-cells = <2>;
+               #interrupt-cells = <1>;
+               ranges = <0x01000000 0 0xfe240000 0 0xfe240000 0 0x00040000
+                         0x02000000 0 0xfd000000 0 0xfd000000 0 0x01000000>;
+       };
 };