He Guys,

I spokte to Martin a few week ago about the Debain support for the Iomega 
Storecenter IX4-200d (Cloud Edition), which is very similar to his little 
brother the
Iomega Storecenter IX2-200.
So now i posting here the get some help to get this going and where to start.

1st should be geting the DTB into Kernel, right? Attached the current DTS file 
which works in our boxes.


So now what to do?


regards
Sash

/dts-v1/;

#include "kirkwood.dtsi"      
#include "kirkwood-6281.dtsi" 

/ {
        model = "Iomega ix4-200d";
        compatible = "marvell,rd88f6281-a", "marvell,rd88f6281", 
"marvell,kirkwood-88f6281", "marvell,kirkwood";

memory {                                    
        device_type = "memory";             
        reg = <0x00000000 0x20000000>;      
};                                          
                                            
chosen {                                    
        bootargs = "console=ttyS0,115200n8 earlyprintk";
        stdout-path = &uart0;               
};                                          
                                            
mbus {                                      
        pcie-controller {                   
                status = "okay";            
                                            
                pcie@1,0 {                  
                        status = "okay";    
                };                          
        };                                  
};

ocp@f1000000 {

        i2c@11000 {                                
                status = "okay";                   
                                                   
                adt7473@2e {                       
                        compatible = "adi,adt7473";
                        reg = <0x2e>;              
                };                                 
        };                                         
        
        serial@12000 {                               
                status = "ok";                       
        };                                           
                                                     
        sata@80000 {                                 
                status = "okay";                     
                nr-ports = <2>;                      
        };                                           
                                                     
};

};

&nand {                                    
        status = "okay";                   
                                           
        partition@0 {                      
                label = "u-boot";          
                reg = <0x0000000 0xb0000>;
                read-only;                 
        };

        partition@a0000 {
                label = "env";
                reg = <0xa0000 0x10000>;
                read-only;
        };
                                           
        partition@b0000 {                 
                label = "uImage";          
                reg = <0xb0000 0x224000>;
        };                
                                           
        partition@2d4000 {                 
                label = "uInitrd";          
                reg = <0x2d4000 0x224000>;
        };
};                                         
                                           
&mdio {
        status = "okay";

        ethphy0: ethernet-phy@8 {
                device_type = "ethernet-phy";
                reg = <8>;
        };

        ethphy1: ethernet-phy@9 {
                device_type = "ethernet-phy";
                reg = <9>;
        };
};

&eth0 {
        status = "okay";
        ethernet0-port@0 {
                phy-handle = <&ethphy0>;
        };
};

&eth1 {
        status = "okay";
        ethernet1-port@0 {
                phy-handle = <&ethphy1>;
        };
};

Reply via email to