baseport/syborg/syborg.dts
branchnvmemory
changeset 80 e9514b7eeead
parent 74 eb3d0111f868
child 102 5d2aacefd978
equal deleted inserted replaced
74:eb3d0111f868 80:e9514b7eeead
    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         };