bcm53xx: fix Netgear R8000 serial console

Thanks raven-auand.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44217 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Rafał Miłecki 2015-01-30 06:30:44 +00:00
parent d8091bdb4b
commit 1897829a18
2 changed files with 4 additions and 4 deletions

View File

@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
+ chipcommonA {
+ uart0: serial@0300 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+
+ uart1: serial@0400 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+ };
};

View File

@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
+ chipcommonA {
+ uart0: serial@0300 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+
+ uart1: serial@0400 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+ };
};