12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /dts-v1/;
- /include/ "kirkwood.dtsi"
- / {
- model = "Seagate GoFlex Net";
- compatible = "seagate,goflexnet", "mrvl,kirkwood-88f6281", "mrvl,kirkwood";
- memory {
- device_type = "memory";
- reg = <0x00000000 0x8000000>;
- };
- chosen {
- bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
- };
- ocp@f1000000 {
- serial@12000 {
- clock-frequency = <200000000>;
- status = "ok";
- };
- nand@3000000 {
- status = "okay";
- partition@0 {
- label = "u-boot";
- reg = <0x0000000 0x100000>;
- read-only;
- };
- partition@100000 {
- label = "uImage";
- reg = <0x0100000 0x400000>;
- };
- partition@500000 {
- label = "pogoplug";
- reg = <0x0500000 0x2000000>;
- };
- partition@2500000 {
- label = "root";
- reg = <0x02500000 0xd800000>;
- };
- };
- };
- };
|