X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fcpva642.dts;h=212bf6c32a6f6f44419bfbacc0fd9074fd6b919b;hb=aba4e29eadfb82ef7f52f85cdb4cd10a4abad622;hp=1a0522de0b2fe79f7c083817933220538de1f55c;hpb=a89f5e795a316982980f7d43e133197ac71ee4f1;p=openwrt%2Fstaging%2Fmkresin.git diff --git a/target/linux/brcm63xx/dts/cpva642.dts b/target/linux/brcm63xx/dts/cpva642.dts index 1a0522de0b..212bf6c32a 100644 --- a/target/linux/brcm63xx/dts/cpva642.dts +++ b/target/linux/brcm63xx/dts/cpva642.dts @@ -10,6 +10,7 @@ chosen { bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + stdout-path = "serial0:115200n8"; }; gpio-keys-polled { @@ -21,12 +22,12 @@ reset { label = "reset"; - gpios = <&gpio1 4 1>; + gpios = <&pinctrl 36 1>; linux,code = ; }; wps { label = "wps"; - gpios = <&gpio1 5 0>; + gpios = <&pinctrl 37 0>; linux,code = ; }; }; @@ -36,44 +37,44 @@ eth_green { label = "CPVA642:green:ether"; - gpios = <&gpio0 1 1>; + gpios = <&pinctrl 1 1>; }; phone2_green { label = "CPVA642:green:phone2"; - gpios = <&gpio0 2 1>; + gpios = <&pinctrl 2 1>; }; usb_green { label = "CPVA642:green:usb"; - gpios = <&gpio0 3 1>; + gpios = <&pinctrl 3 1>; }; phone1_green { label = "CPVA642:green:phone1"; - gpios = <&gpio0 4 1>; + gpios = <&pinctrl 4 1>; }; wifi_red { label = "CPVA642:red:wifi"; - gpios = <&gpio0 6 1>; + gpios = <&pinctrl 6 1>; }; link_red { label = "CPVA642:red:link"; - gpios = <&gpio0 9 1>; + gpios = <&pinctrl 9 1>; }; link_green { label = "CPVA642:green:link"; - gpios = <&gpio0 10 1>; + gpios = <&pinctrl 10 1>; }; power_green { label = "CPVA642:green:power"; - gpios = <&gpio0 11 1>; + gpios = <&pinctrl 11 1>; default-state = "on"; }; power_red { label = "CPVA642:red:power"; - gpios = <&gpio0 14 1>; + gpios = <&pinctrl 14 1>; }; wifi_green { label = "CPVA642:green:wifi"; - gpios = <&gpio0 28 0>; + gpios = <&pinctrl 28 0>; }; }; }; @@ -99,3 +100,7 @@ reg = <0x7f0000 0x010000>; }; }; + +&uart0 { + status = "ok"; +};