mvebu: update mamba dts
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44128
This commit is contained in:
parent
afa58d8589
commit
9a172c70eb
@ -14,9 +14,37 @@
|
|||||||
*
|
*
|
||||||
* Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
* Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||||
*
|
*
|
||||||
* This file is licensed under the terms of the GNU General Public
|
* This file is dual-licensed: you can use it either under the terms
|
||||||
* License version 2. This program is licensed "as is" without any
|
* of the GPL or the X11 license, at your option. Note that this dual
|
||||||
* warranty of any kind, whether express or implied.
|
* licensing only applies to this file, and not this project as a
|
||||||
|
* whole.
|
||||||
|
*
|
||||||
|
* a) This file is licensed under the terms of the GNU General Public
|
||||||
|
* License version 2. This program is licensed "as is" without
|
||||||
|
* any warranty of any kind, whether express or implied.
|
||||||
|
*
|
||||||
|
* Or, alternatively,
|
||||||
|
*
|
||||||
|
* b) Permission is hereby granted, free of charge, to any person
|
||||||
|
* obtaining a copy of this software and associated documentation
|
||||||
|
* files (the "Software"), to deal in the Software without
|
||||||
|
* restriction, including without limitation the rights to use,
|
||||||
|
* copy, modify, merge, publish, distribute, sublicense, and/or
|
||||||
|
* sell copies of the Software, and to permit persons to whom the
|
||||||
|
* Software is furnished to do so, subject to the following
|
||||||
|
* conditions:
|
||||||
|
*
|
||||||
|
* The above copyright notice and this permission notice shall be
|
||||||
|
* included in all copies or substantial portions of the Software.
|
||||||
|
*
|
||||||
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||||
|
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
* OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
@ -26,10 +54,12 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Linksys WRT1900AC (Mamba)";
|
model = "Linksys WRT1900AC (Mamba)";
|
||||||
compatible = "linksys,mamba", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
|
compatible = "linksys,mamba", "marvell,armadaxp-mv78230",
|
||||||
|
"marvell,armadaxp", "marvell,armada-370-xp";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttyS0,115200 earlyprintk";
|
bootargs = "console=ttyS0,115200";
|
||||||
|
stdout-path = &uart0;
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
@ -64,50 +94,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
internal-regs {
|
internal-regs {
|
||||||
pinctrl {
|
|
||||||
pmx_ge0: pmx-ge0 {
|
|
||||||
marvell,pins = "mpp0", "mpp1", "mpp2", "mpp3",
|
|
||||||
"mpp4", "mpp5", "mpp6", "mpp7",
|
|
||||||
"mpp8", "mpp9", "mpp10", "mpp11";
|
|
||||||
marvell,function = "ge0";
|
|
||||||
};
|
|
||||||
|
|
||||||
pmx_ge1: pmx-ge1 {
|
|
||||||
marvell,pins = "mpp12", "mpp13", "mpp14", "mpp15",
|
|
||||||
"mpp16", "mpp17", "mpp18", "mpp19",
|
|
||||||
"mpp20", "mpp21", "mpp22", "mpp23";
|
|
||||||
marvell,function = "ge1";
|
|
||||||
};
|
|
||||||
|
|
||||||
pmx_keys: pmx-keys {
|
|
||||||
marvell,pins = "mpp32", "mpp33";
|
|
||||||
marvell,function = "gpio";
|
|
||||||
};
|
|
||||||
|
|
||||||
pmx_spi: pmx-spi {
|
|
||||||
marvell,pins = "mpp36", "mpp37", "mpp38", "mpp39";
|
|
||||||
marvell,function = "spi";
|
|
||||||
};
|
|
||||||
|
|
||||||
power_led_pin: power-led-pin {
|
|
||||||
marvell,pins = "mpp40";
|
|
||||||
marvell,function = "gpio";
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio_fan_pin: gpio-fan-pin {
|
|
||||||
marvell,pins = "mpp24";
|
|
||||||
marvell,function = "gpio";
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
serial@12000 {
|
serial@12000 {
|
||||||
clock-frequency = <250000000>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
serial@12100 {
|
|
||||||
clock-frequency = <250000000>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -117,7 +104,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ethernet@70000 {
|
ethernet@70000 {
|
||||||
pinctrl-0 = <&pmx_ge0>;
|
pinctrl-0 = <&ge0_rgmii_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-mode = "rgmii-id";
|
phy-mode = "rgmii-id";
|
||||||
@ -128,7 +115,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
ethernet@74000 {
|
ethernet@74000 {
|
||||||
pinctrl-0 = <&pmx_ge1>;
|
pinctrl-0 = <&ge1_rgmii_pins>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-mode = "rgmii-id";
|
phy-mode = "rgmii-id";
|
||||||
@ -220,7 +207,6 @@
|
|||||||
nand-ecc-strength = <4>;
|
nand-ecc-strength = <4>;
|
||||||
nand-ecc-step-size = <512>;
|
nand-ecc-step-size = <512>;
|
||||||
|
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "u-boot";
|
label = "u-boot";
|
||||||
reg = <0x0000000 0x100000>; /* 1MB */
|
reg = <0x0000000 0x100000>; /* 1MB */
|
||||||
@ -245,7 +231,7 @@
|
|||||||
|
|
||||||
partition@a00000 {
|
partition@a00000 {
|
||||||
label = "kernel1";
|
label = "kernel1";
|
||||||
reg = <0xa00000 0x2800000>; /* 3MB */
|
reg = <0xa00000 0x2800000>; /* 3MB + rootfs1 */
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@d00000 {
|
partition@d00000 {
|
||||||
@ -255,7 +241,7 @@
|
|||||||
|
|
||||||
partition@3200000 {
|
partition@3200000 {
|
||||||
label = "kernel2";
|
label = "kernel2";
|
||||||
reg = <0x3200000 0x2800000>; /* 3MB */
|
reg = <0x3200000 0x2800000>; /* 3MB + rootfs2 */
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@3500000 {
|
partition@3500000 {
|
||||||
@ -272,15 +258,13 @@
|
|||||||
|
|
||||||
spi0: spi@10600 {
|
spi0: spi@10600 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-0 = <&pmx_spi>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
|
|
||||||
spi-flash@0 {
|
spi-flash@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "mr25h256";
|
compatible = "everspin,mr25h256";
|
||||||
reg = <0>; /* Chip select 0 */
|
reg = <0>; /* Chip select 0 */
|
||||||
spi-max-frequency = <108000000>;
|
spi-max-frequency = <40000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -290,7 +274,7 @@
|
|||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
pinctrl-0 = <&pmx_keys>;
|
pinctrl-0 = <&keys_pin>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
||||||
button@1 {
|
button@1 {
|
||||||
@ -336,5 +320,22 @@
|
|||||||
cpu-port-0 = <5>;
|
cpu-port-0 = <5>;
|
||||||
cpu-port-1 = <6>;
|
cpu-port-1 = <6>;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&pinctrl {
|
||||||
|
|
||||||
|
keys_pin: keys-pin {
|
||||||
|
marvell,pins = "mpp32", "mpp33";
|
||||||
|
marvell,function = "gpio";
|
||||||
|
};
|
||||||
|
|
||||||
|
power_led_pin: power-led-pin {
|
||||||
|
marvell,pins = "mpp40";
|
||||||
|
marvell,function = "gpio";
|
||||||
|
};
|
||||||
|
|
||||||
|
gpio_fan_pin: gpio-fan-pin {
|
||||||
|
marvell,pins = "mpp24";
|
||||||
|
marvell,function = "gpio";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user