brcm63xx: Add DT support for 96348R
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42732
This commit is contained in:
parent
35cf1adfc6
commit
73f576dff2
3 changed files with 19 additions and 1 deletions
8
target/linux/brcm63xx/dts/bcm96348R.dts
Normal file
8
target/linux/brcm63xx/dts/bcm96348R.dts
Normal file
|
@ -0,0 +1,8 @@
|
|||
/dts-v1/;
|
||||
|
||||
/include/ "bcm6348.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Broadcom 96348R reference board";
|
||||
compatible = "brcm,bcm96348r", "brcm,bcm6348";
|
||||
};
|
|
@ -234,7 +234,6 @@ endef
|
|||
define Image/Build
|
||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
|
||||
# Various routers
|
||||
$(call Image/Build/CFE,$(1),96348R,6348,96348R-generic,,)
|
||||
$(call Image/Build/CFE,$(1),6338GW,6338,6338GW-generic,,)
|
||||
$(call Image/Build/CFE,$(1),6338W,6338,6338W-generic,,)
|
||||
$(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic)
|
||||
|
@ -345,6 +344,8 @@ $(eval $(call CfeImageDTB,96348GW,bcm96348GW,96348GW,6348,96348GW-bc221,,--layou
|
|||
$(eval $(call CfeImageDTB,96348GW_10,bcm96348GW-10,96348GW-10,6348,96348GW-10-generic))
|
||||
# Generic 96348GW-11
|
||||
$(eval $(call CfeImageDTB,96348GW_11,bcm96348GW-11,96348GW-11,6348,96348GW-11-generic))
|
||||
# Generic 96348R
|
||||
$(eval $(call CfeImageDTB,96348R,bcm96348R,96348R,6348,96348R-generic))
|
||||
|
||||
# ADB P.DG A4001N
|
||||
$(eval $(call CfeImageDTB,A4001N,a4001n,96328dg2x2,6328,A4001N,,--pad 8))
|
||||
|
|
|
@ -58,3 +58,12 @@ define Profile/96348GW_11/Description
|
|||
Package set optimized for 96348GW-11.
|
||||
endef
|
||||
$(eval $(call Profile,96348GW_11))
|
||||
|
||||
define Profile/96348R
|
||||
NAME:=Generic 96348R
|
||||
PACKAGES:=
|
||||
endef
|
||||
define Profile/96348R/Description
|
||||
Package set optimized for 96348R.
|
||||
endef
|
||||
$(eval $(call Profile,96348R))
|
||||
|
|
Loading…
Reference in a new issue