net: mscc: ocelot: Update DTS for Ocelot pcb120.
[oweals/u-boot.git] / arch / mips / dts / brcm,bcm6838.dtsi
index 77d6a8e214212ea95a38fe2243779ac7168a8c3b..6676f83b2aac319c9a417384eeefbe85d0baba7a 100644 (file)
                        status = "disabled";
                };
 
+               wdt0: watchdog@14e002d0 {
+                       compatible = "brcm,bcm6345-wdt";
+                       reg = <0x14e002d0 0xc>;
+                       clocks = <&periph_osc>;
+               };
+
+               wdt1: watchdog@14e002dc {
+                       compatible = "brcm,bcm6345-wdt";
+                       reg = <0x14e002dc 0xc>;
+                       clocks = <&periph_osc>;
+               };
+
+               wdt-reboot {
+                       compatible = "wdt-reboot";
+                       wdt = <&wdt0>;
+               };
+
                leds: led-controller@14e00f00 {
                        compatible = "brcm,bcm6328-leds";
                        reg = <0x14e00f00 0x28>;
 
                        status = "disabled";
                };
+
+               gpio_lo: gpio-controller@14e00100 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0x14e00100 0x4>, <0x14e0012c 0x4>;
+                       gpio-controller;
+                       #gpio-cells = <2>;
+
+                       status = "disabled";
+               };
+
+               gpio_mid0: gpio-controller@14e00104 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0x14e00104 0x4>, <0x14e00130 0x4>;
+                       gpio-controller;
+                       #gpio-cells = <2>;
+
+                       status = "disabled";
+               };
+
+               gpio_mid1: gpio-controller@14e00108 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0x14e00108 0x4>, <0x14e00134 0x4>;
+                       gpio-controller;
+                       #gpio-cells = <2>;
+
+                       status = "disabled";
+               };
+
+               nand: nand-controller@14e02200 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "brcm,nand-bcm6838",
+                                    "brcm,brcmnand-v5.0",
+                                    "brcm,brcmnand";
+                       reg-names = "nand", "nand-int-base", "nand-cache";
+                       reg = <0x14e02200 0x180>,
+                             <0x14e000f0 0x10>,
+                             <0x14e02600 0x180>;
+                       status = "disabled";
+               };
        };
 };