mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
0d4f99d8b7
Add the Cadence macb ethernet controller in at91sam9g45 and at91sam9g20 .dtsi and enable it in at91sam9m10g45ek and usb_a9g20 board device tree file. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36 lines
775 B
Plaintext
36 lines
775 B
Plaintext
/*
|
|
* usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board
|
|
*
|
|
* Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
|
|
*
|
|
* Licensed under GPLv2 or later.
|
|
*/
|
|
/dts-v1/;
|
|
/include/ "at91sam9g20.dtsi"
|
|
|
|
/ {
|
|
model = "Calao USB A9G20";
|
|
compatible = "calao,usb-a9g20", "atmel,at91sam9g20", "atmel,at91sam9";
|
|
|
|
chosen {
|
|
bootargs = "mem=64M console=ttyS0,115200 mtdparts=atmel_nand:128k(at91bootstrap),256k(barebox)ro,128k(bareboxenv),128k(bareboxenv2),4M(kernel),120M(rootfs),-(data) root=/dev/mtdblock5 rw rootfstype=ubifs";
|
|
};
|
|
|
|
memory@20000000 {
|
|
reg = <0x20000000 0x4000000>;
|
|
};
|
|
|
|
ahb {
|
|
apb {
|
|
dbgu: serial@fffff200 {
|
|
status = "okay";
|
|
};
|
|
|
|
macb0: ethernet@fffc4000 {
|
|
phy-mode = "rmii";
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|