1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2c66ec88fSEmmanuel Vadot/* 3c66ec88fSEmmanuel Vadot * ARM Ltd. Fast Models 4c66ec88fSEmmanuel Vadot * 5c66ec88fSEmmanuel Vadot * "rs2" extension for the v2m motherboard 6c66ec88fSEmmanuel Vadot */ 7c66ec88fSEmmanuel Vadot/ { 8c66ec88fSEmmanuel Vadot bus@8000000 { 9354d7675SEmmanuel Vadot motherboard-bus@8000000 { 10c66ec88fSEmmanuel Vadot arm,v2m-memory-map = "rs2"; 11c66ec88fSEmmanuel Vadot 12c66ec88fSEmmanuel Vadot iofpga-bus@300000000 { 13*d5b0e70fSEmmanuel Vadot virtio@140000 { 14c66ec88fSEmmanuel Vadot compatible = "virtio,mmio"; 15c66ec88fSEmmanuel Vadot reg = <0x140000 0x200>; 16c66ec88fSEmmanuel Vadot interrupts = <43>; 17c66ec88fSEmmanuel Vadot }; 18c66ec88fSEmmanuel Vadot 19*d5b0e70fSEmmanuel Vadot virtio@150000 { 20c66ec88fSEmmanuel Vadot compatible = "virtio,mmio"; 21c66ec88fSEmmanuel Vadot reg = <0x150000 0x200>; 22c66ec88fSEmmanuel Vadot interrupts = <44>; 23c66ec88fSEmmanuel Vadot }; 24*d5b0e70fSEmmanuel Vadot 25*d5b0e70fSEmmanuel Vadot virtio@200000 { 26*d5b0e70fSEmmanuel Vadot compatible = "virtio,mmio"; 27*d5b0e70fSEmmanuel Vadot reg = <0x200000 0x200>; 28*d5b0e70fSEmmanuel Vadot interrupts = <46>; 29*d5b0e70fSEmmanuel Vadot status = "disabled"; 30*d5b0e70fSEmmanuel Vadot }; 31c66ec88fSEmmanuel Vadot }; 32c66ec88fSEmmanuel Vadot }; 33c66ec88fSEmmanuel Vadot }; 34c66ec88fSEmmanuel Vadot}; 35