]> err.no Git - linux-2.6/blobdiff - arch/powerpc/boot/dts/prpmc2800.dts
[POWERPC] Use embedded libfdt in the bootwrapper
[linux-2.6] / arch / powerpc / boot / dts / prpmc2800.dts
index 699d0df574d5b0bdc422b21be6192cc1dbf39296..297dfa53fe9e488be0c5532c50987dc711b25257 100644 (file)
@@ -9,10 +9,6 @@
  *
  * Property values that are labeled as "Default" will be updated by bootwrapper
  * if it can determine the exact PrPMC type.
- *
- * To build:
- *   dtc -I dts -O asm -o prpmc2800.S -b 0 prpmc2800.dts
- *   dtc -I dts -O dtb -o prpmc2800.dtb -b 0 prpmc2800.dts
  */
 
 / {
@@ -47,7 +43,6 @@
        mv64x60@f1000000 { /* Marvell Discovery */
                #address-cells = <1>;
                #size-cells = <1>;
-               #interrupt-cells = <1>;
                model = "mv64360";                      /* Default */
                compatible = "marvell,mv64x60";
                clock-frequency = <7f28155>;            /* 133.333333 MHz */
                        interrupt-parent = <&/mv64x60/pic>;
                };
 
+               wdt@b410 {                      /* watchdog timer */
+                       compatible = "marvell,mv64x60-wdt";
+                       reg = <b410 8>;
+                       timeout = <a>;          /* wdt timeout in seconds */
+               };
+
                i2c@c000 {
                        device_type = "i2c";
                        compatible = "marvell,mv64x60-i2c";