projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e498f2
)
bmips: bcm6328: add support for bcm6368-enet
author
Álvaro Fernández Rojas
<
[email protected]
>
Sat, 1 Dec 2018 18:00:35 +0000
(19:00 +0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Wed, 19 Dec 2018 14:23:01 +0000
(15:23 +0100)
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
arch/mips/dts/brcm,bcm6328.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/dts/brcm,bcm6328.dtsi
b/arch/mips/dts/brcm,bcm6328.dtsi
index 6fa49e22bb1cead981d959d8e4a5f5ae016a4b62..50beed4171ae9247026cd38a06932550aa10b9e8 100644
(file)
--- a/
arch/mips/dts/brcm,bcm6328.dtsi
+++ b/
arch/mips/dts/brcm,bcm6328.dtsi
@@
-200,5
+200,22
@@
#dma-cells = <1>;
dma-channels = <8>;
};
+
+ enet: ethernet@10e00000 {
+ compatible = "brcm,bcm6368-enet";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <0x10e00000 0x10000>;
+ clocks = <&periph_clk BCM6328_CLK_ROBOSW>;
+ resets = <&periph_rst BCM6328_RST_ENETSW>,
+ <&periph_rst BCM6328_RST_EPHY>;
+ dmas = <&iudma BCM6328_DMA_ENETSW_RX>,
+ <&iudma BCM6328_DMA_ENETSW_TX>;
+ dma-names = "rx",
+ "tx";
+ brcm,num-ports = <5>;
+
+ status = "disabled";
+ };
};
};