mirror of https://gitee.com/openkylin/linux.git
ARM: dts: aspeed: rainier: Add mac devices
Rainier contains two NCSI network devices. Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
961216c135
commit
99e3cfa266
|
@ -51,3 +51,17 @@ &lpc_ctrl {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
memory-region = <&flash_memory>;
|
memory-region = <&flash_memory>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mac2 {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_rmii3_default>;
|
||||||
|
use-ncsi;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mac3 {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&pinctrl_rmii4_default>;
|
||||||
|
use-ncsi;
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue