baseport/syborg/syborg.dts
changeset 54 fc9fa34e0c9e
parent 52 0dfaca43d90e
child 65 28a25193bdd9
equal deleted inserted replaced
53:b8b0521c95b2 54:fc9fa34e0c9e
   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