bcm53xx: add support for SmartRG SR400ac
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45686
This commit is contained in:
parent
b4ecf19faa
commit
3dd9274332
@ -95,10 +95,16 @@ define Device/netgear-r8000
|
||||
BOARD_ID := U12H315T00_NETGEAR
|
||||
endef
|
||||
|
||||
define Device/smartrg-sr400ac
|
||||
IMAGES := trx
|
||||
IMAGE/trx := trx-serial
|
||||
endef
|
||||
|
||||
TARGET_DEVICES += \
|
||||
asus-rt-ac56u asus-rt-ac68u asus-rt-ac87u asus-rt-n18u \
|
||||
netgear-r6250 netgear-r6300-v2 netgear-r8000 \
|
||||
buffalo-wzr-1750dhp buffalo-wzr-600dhp2 buffalo-wzr-900dhp \
|
||||
buffalo-wxr-1900dhp
|
||||
buffalo-wxr-1900dhp \
|
||||
netgear-r6250 netgear-r6300-v2 netgear-r8000 \
|
||||
smartrg-sr400ac
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
|
@ -123,4 +123,15 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
||||
+ bootargs = "console=ttyS0,115200 earlyprintk";
|
||||
};
|
||||
|
||||
memory {
|
||||
--- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
|
||||
+++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
|
||||
@@ -16,7 +16,7 @@
|
||||
model = "SmartRG SR400ac";
|
||||
|
||||
chosen {
|
||||
- bootargs = "console=ttyS0,115200";
|
||||
+ bootargs = "console=ttyS0,115200 earlyprintk";
|
||||
};
|
||||
|
||||
memory {
|
||||
|
@ -134,4 +134,16 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
||||
+ 0x88000000 0x18000000>;
|
||||
};
|
||||
|
||||
leds {
|
||||
--- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
|
||||
+++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
|
||||
@@ -20,7 +20,8 @@
|
||||
};
|
||||
|
||||
memory {
|
||||
- reg = <0x00000000 0x08000000>;
|
||||
+ reg = <0x00000000 0x08000000
|
||||
+ 0x88000000 0x08000000>;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
@ -208,3 +208,22 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
||||
clocks {
|
||||
clk_periph: periph {
|
||||
clock-frequency = <500000000>;
|
||||
--- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
|
||||
+++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
|
||||
@@ -24,6 +24,16 @@
|
||||
0x88000000 0x08000000>;
|
||||
};
|
||||
|
||||
+ chipcommonA {
|
||||
+ uart0: serial@0300 {
|
||||
+ status = "okay";
|
||||
+ };
|
||||
+
|
||||
+ uart1: serial@0400 {
|
||||
+ status = "okay";
|
||||
+ };
|
||||
+ };
|
||||
+
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user