arm64: dts: Add a virtio disk to the RTSM motherboard
authorMark Hambleton <[email protected]>
Tue, 3 Dec 2013 19:58:42 +0000 (19:58 +0000)
committerCatalin Marinas <[email protected]>
Thu, 19 Dec 2013 17:43:03 +0000 (17:43 +0000)
Describe the virtio device so we can mount disk images in the simulator.

[Reduced the size of the region based on feedback from review -- broonie]

Signed-off-by: Mark Hambleton <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Acked-by: Will Deacon <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi

index b45e5f39f5779436bb8e36df96cd5ad6541f752b..2f2ecd217363d4b554bbf24ab987521cc5835ba9 100644 (file)
                                clocks = <&v2m_oscclk1>, <&v2m_clk24mhz>;
                                clock-names = "clcdclk", "apb_pclk";
                        };
+
+                       virtio_block@0130000 {
+                               compatible = "virtio,mmio";
+                               reg = <0x130000 0x200>;
+                               interrupts = <42>;
+                       };
                };
 
                v2m_fixed_3v3: fixedregulator@0 {