2012-06-19 14:48:56 +00:00
|
|
|
/*
|
|
|
|
* dlan-usb-extender.dts - Device Tree file for Devolo dLAN USB Extender
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012, Florian Fainelli <florian@openwrt.org>
|
|
|
|
*
|
|
|
|
* Licensed under GPLv2
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "mcs8140.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Devolo dLAN USB Extender";
|
|
|
|
compatible = "devolo,dlan-usb-extender", "moschip,mcs8140", "moschip,mcs814x";
|
|
|
|
|
|
|
|
chosen {
|
2012-08-10 07:04:16 +00:00
|
|
|
bootargs = "mem=16M console=ttyS0,57600 earlyprintk rootfstype=squashfs,jffs2 root=/dev/mtdblock4";
|
2012-06-19 14:48:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
ahb {
|
|
|
|
vci {
|
|
|
|
|
|
|
|
adc {
|
|
|
|
sdram: memory@0,0 {
|
|
|
|
reg = <0 0 0x1000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
nor: flash@7,0 {
|
|
|
|
|
|
|
|
partition@0 {
|
|
|
|
label = "ArmBoot";
|
|
|
|
reg = <0 0x30000>;
|
|
|
|
};
|
|
|
|
partition@30000 {
|
|
|
|
label = "Config1";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
};
|
|
|
|
partition@40000 {
|
|
|
|
label = "Config2";
|
|
|
|
reg = <0x40000 0x10000>;
|
|
|
|
};
|
|
|
|
partition@50000 {
|
|
|
|
label = "bZimage";
|
|
|
|
reg = <0x50000 0x100000>;
|
|
|
|
};
|
|
|
|
partition@150000 {
|
|
|
|
label = "UserFS";
|
|
|
|
reg = <0x150000 0x3C0000>;
|
|
|
|
};
|
2012-07-05 18:46:48 +00:00
|
|
|
partition@50001 {
|
2012-06-19 14:48:56 +00:00
|
|
|
label = "Combined";
|
|
|
|
reg = <0x50000 0x4C0000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
usb {
|
|
|
|
label = "dlan-usb-extender:green:usb";
|
|
|
|
gpios = <&gpio 19 0>; // gpio 19 active high
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|