Temp commit, nothing works yet
This commit is contained in:
@@ -21,6 +21,19 @@
|
||||
reg = <0x00 0xaa000000 0x00 0x4000000 0x00 0xae000000 0x00 0x6000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
usdpaa_mem: usdpaa_mem {
|
||||
compatible = "fsl,usdpaa-mem";
|
||||
alloc-ranges = <0 0 0x10000 0>;
|
||||
size = <0 0x10000000>; // 256MB
|
||||
alignment = <0 0x10000000>;
|
||||
};
|
||||
};
|
||||
|
||||
cpus {
|
||||
fman0-extended-args {
|
||||
cell-index = <0x00>;
|
||||
@@ -219,25 +232,30 @@
|
||||
ethernet@0 {
|
||||
status = "disabled"; /* MAC1 - not on Mono Gateway DK */
|
||||
};
|
||||
|
||||
ethernet@2 {
|
||||
status = "disabled"; /* MAC3 - not on Mono Gateway DK */
|
||||
};
|
||||
|
||||
ethernet@3 {
|
||||
status = "disabled"; /* MAC4 - not on Mono Gateway DK */
|
||||
};
|
||||
|
||||
/* Enabled from qoriq-dpaa-eth.dtsi:
|
||||
* ethernet@1 = enet1 = MAC2
|
||||
* ethernet@4 = enet4 = MAC5
|
||||
* ethernet@5 = enet5 = MAC6
|
||||
* ethernet@8 = enet6 = MAC9 (10G)
|
||||
/*
|
||||
* Keep Linux management/data-plane-visible kernel interfaces:
|
||||
* ethernet@1 = MAC2
|
||||
* ethernet@4 = MAC5
|
||||
* ethernet@5 = MAC6
|
||||
*
|
||||
* Remove the two 10G SFP+ ports from Linux DPAA netdev ownership
|
||||
* so they can be owned by DPDK/VPP instead.
|
||||
*/
|
||||
ethernet@8 {
|
||||
status = "disabled"; /* MAC9 / 10G / SFP+ */
|
||||
};
|
||||
|
||||
/* Add MAC10 - not in qoriq-dpaa-eth.dtsi */
|
||||
ethernet@9 {
|
||||
compatible = "fsl,dpa-ethernet";
|
||||
fsl,fman-mac = <&enet7>;
|
||||
dma-coherent;
|
||||
status = "disabled"; /* MAC10 / 10G / SFP+ */
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user