baseport/syborg/syborg.dts
branchgraphics-phase-3
changeset 97 23e14cbcf117
parent 65 28a25193bdd9
child 114 19c4533e1567
equal deleted inserted replaced
96:c7e943dbf70f 97:23e14cbcf117
    10             reg = <0>;
    10             reg = <0>;
    11         };
    11         };
    12     };
    12     };
    13     memory@0 {
    13     memory@0 {
    14         device_type = "memory";
    14         device_type = "memory";
    15         reg = <0 08000000>;
    15         reg = <0 20000000>;
    16     };
    16     };
    17     syborg {
    17     syborg {
    18         #address-cells = <1>;
    18         #address-cells = <1>;
    19         #size-cells = <0>;
    19         #size-cells = <0>;
    20         intc: intc@0 {
    20         intc: intc@0 {
    48             interrupts = <3>;
    48             interrupts = <3>;
    49             interrupt-parent = <&intc>;
    49             interrupt-parent = <&intc>;
    50         };
    50         };
    51         framebuffer@0 {
    51         framebuffer@0 {
    52             compatible = "syborg,framebuffer";
    52             compatible = "syborg,framebuffer";
    53 	    width = <168>;
    53 	    width = <300>;
    54             height = <280>;
    54             height = <280>;
    55             reg = <c0005000>;
    55             reg = <c0005000>;
    56             interrupts = <4>;
    56             interrupts = <4>;
    57             interrupt-parent = <&intc>;
    57             interrupt-parent = <&intc>;
    58         };
    58         };
    90         };
    90         };
    91         hostfs@0 {
    91         hostfs@0 {
    92             compatible = "syborg,hostfs";
    92             compatible = "syborg,hostfs";
    93             reg = <c000a000>;
    93             reg = <c000a000>;
    94 	    host-path = "\\svphostfs\\";
    94 	    host-path = "\\svphostfs\\";
    95 	    drive-number = <d#19>;
    95 	    drive-number = <d#5>;
    96         };
    96         };
    97         ss@0 {
    97         ss@0 {
    98             compatible = "syborg,snapshot";
    98             compatible = "syborg,snapshot";
    99             reg = <c000b000>;
    99             reg = <c000b000>;
   100         };
   100         };
   119             compatible = "syborg,usbtest";
   119             compatible = "syborg,usbtest";
   120             reg = <c000f000>;
   120             reg = <c000f000>;
   121             interrupts = <b>;
   121             interrupts = <b>;
   122             interrupt-parent = <&intc>;
   122             interrupt-parent = <&intc>;
   123         };
   123         };
       
   124         nvmemorydevice@0 {
       
   125             compatible = "syborg,nvmemorydevice";
       
   126             drive_size = <4000000>;
       
   127             sector_size = <200>;
       
   128             drive_image_name = "syborg_system.img";
       
   129             reg = <c0010000>;
       
   130             interrupts = <c>;
       
   131             interrupt-parent = <&intc>;
       
   132         };
       
   133 	    graphicsdevice@0 {
       
   134             compatible = "syborg,graphicsdevice";
       
   135             reg = <c0011000>;
       
   136             interrupts = <d>;
       
   137             interrupt-parent = <&intc>;
       
   138         };
   124         platform@0 {
   139         platform@0 {
   125             compatible = "syborg,platform";
   140             compatible = "syborg,platform";
   126             reg = <c0010000>;
   141             reg = <c0012000>;
   127         };
   142         };
   128     };
   143     };
   129 };
   144 };
   130 
   145