diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-07 20:56:22 +0000 | 
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-07 20:56:22 +0000 | 
| commit | dedc66ce992162ce7c1e5de2c3f7709686fbcec7 (patch) | |
| tree | 17c396e4bc318e6533a61b55440ccb9ce0adaf76 | |
| parent | a994e67075043ca53db02798a92c5cc4231efeee (diff) | |
ramips: add PCI node into RTN56U.dts
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36264 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/linux/ramips/dts/RTN56U.dts | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RTN56U.dts index 9ba724869..97663125c 100644 --- a/target/linux/ramips/dts/RTN56U.dts +++ b/target/linux/ramips/dts/RTN56U.dts @@ -38,6 +38,16 @@  		ralink,fixed-link = <1000 1 1 1>;  	}; +	pci@10140000 { +		status = "okay"; + +		host-bridge { +			pci-bridge@1 { +				status = "okay"; +			}; +		}; +	}; +  	wmac@10180000 {  		status = "okay";  		ralink,2ghz = <0>;  | 
