From 1057e53813d09260e588ba9dda8553c8146d3fc4 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 11 Aug 2014 11:37:01 +0000 Subject: brcm63xx: add support for registering parallel flash through dtb Add the required nodes to the dtsi files and code to prevent double registration from the board support code. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42123 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/dts/bcm6368.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/brcm63xx/dts/bcm6368.dtsi') diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi index b923b07be8..8dfb6e80ca 100644 --- a/target/linux/brcm63xx/dts/bcm6368.dtsi +++ b/target/linux/brcm63xx/dts/bcm6368.dtsi @@ -3,6 +3,10 @@ #size-cells = <1>; compatible = "brcm,bcm6368"; + aliases { + pflash = &pflash; + }; + cpus { cpu@0 { compatible = "brcm,bmips4350", "mips,mips4Kc"; @@ -20,4 +24,13 @@ #size-cells = <1>; compatible = "simple-bus"; }; + + pflash: nor@18000000 { + compatible = "cfi-flash"; + reg = <0x18000000 0x2000000>; + bank-width = <2>; + #address-cells = <1>; + #size-cells = <1>; + status = "disabled"; + }; }; -- cgit v1.2.3