baseport/syborg/syborg.dts
changeset 52 0dfaca43d90e
parent 46 b6935a90ca64
child 66 28a25193bdd9
equal deleted inserted replaced
51:457d682728ee 52:0dfaca43d90e
   113             compatible = "syborg,virtio-audio";
   113             compatible = "syborg,virtio-audio";
   114             reg = <c000e000>;
   114             reg = <c000e000>;
   115             interrupts = <a>;
   115             interrupts = <a>;
   116             interrupt-parent = <&intc>;
   116             interrupt-parent = <&intc>;
   117         };
   117         };
       
   118         usbtest@0 {
       
   119             compatible = "syborg,usbtest";
       
   120             reg = <c000f000>;
       
   121             interrupts = <b>;
       
   122             interrupt-parent = <&intc>;
       
   123         };
   118         platform@0 {
   124         platform@0 {
   119             compatible = "syborg,platform";
   125             compatible = "syborg,platform";
   120             reg = <c000f000>;
   126             reg = <c0010000>;
   121         };
   127         };
   122     };
   128     };
   123 };
   129 };
   124 
   130