};
 };
 
+/* J25 UART header */
+&cp0_uart1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&cp0_uart1_pins>;
+       status = "okay";
+};
+
 &cp0_mdio {
        pinctrl-names = "default";
        pinctrl-0 = <&cp0_ge_mdio_pins>;
                marvell,pins = "mpp37", "mpp38";
                marvell,function = "i2c0";
        };
+       cp0_uart1_pins: uart1-pins {
+               marvell,pins = "mpp40", "mpp41";
+               marvell,function = "uart1";
+       };
        cp0_xhci_vbus_pins: xhci0-vbus-pins {
                marvell,pins = "mpp47";
                marvell,function = "gpio";
                marvell,pins = "mpp12", "mpp13", "mpp14", "mpp15", "mpp16";
                marvell,function = "spi1";
        };
+       cp1_uart0_pins: uart0-pins {
+               marvell,pins = "mpp6", "mpp7";
+               marvell,function = "uart0";
+       };
+};
+
+/* J27 UART header */
+&cp1_uart0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&cp1_uart0_pins>;
+       status = "okay";
 };
 
 &cp1_sata0 {