| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/bus/microsoft,vmbus.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Microsoft Hyper-V VMBus |
| - Saurabh Sengar <ssengar@linux.microsoft.com> |
| VMBus is a software bus that implement the protocols for communication |
| between the root or host OS and guest OSs (virtual machines). |
| additionalProperties: false |
| compatible = "simple-bus"; |
| compatible = "microsoft,vmbus"; |
| ranges = <0x0f 0xf0000000 0x0f 0xf0000000 0x10000000>; |