1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /dts-v1/;
- /include/ "kirkwood.dtsi"
- / {
- model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
- compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
- memory {
- device_type = "memory";
- reg = <0x00000000 0x10000000>;
- };
- chosen {
- bootargs = "console=ttyS0,115200n8 earlyprintk";
- };
- ocp@f1000000 {
- serial@12000 {
- clock-frequency = <200000000>;
- status = "okay";
- };
- nand@3000000 {
- status = "okay";
- partition@0 {
- label = "u-boot";
- reg = <0x0000000 0x100000>;
- };
- partition@100000 {
- label = "uImage";
- reg = <0x0100000 0x600000>;
- };
- partition@700000 {
- label = "root";
- reg = <0x0700000 0xf900000>;
- };
- };
- };
- };
|