Commit bcdf81cb authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add ethernet alias on Jetson TX1

Adding this alias for the Ethernet interface on Jetson TX1 allows the
bootloader to pass the MAC address to the Linux kernel.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent db705117
...@@ -5,6 +5,10 @@ / { ...@@ -5,6 +5,10 @@ / {
model = "NVIDIA Tegra210 P2597 I/O board"; model = "NVIDIA Tegra210 P2597 I/O board";
compatible = "nvidia,p2597", "nvidia,tegra210"; compatible = "nvidia,p2597", "nvidia,tegra210";
aliases {
ethernet = "/usb@70090000/ethernet@1";
};
host1x@50000000 { host1x@50000000 {
dpaux@54040000 { dpaux@54040000 {
status = "okay"; status = "okay";
...@@ -1346,6 +1350,13 @@ usb@70090000 { ...@@ -1346,6 +1350,13 @@ usb@70090000 {
hvdd-usb-ss-pll-e-supply = <&vdd_1v8>; hvdd-usb-ss-pll-e-supply = <&vdd_1v8>;
status = "okay"; status = "okay";
#address-cells = <1>;
#size-cells = <0>;
ethernet@1 {
reg = <1>;
};
}; };
padctl@7009f000 { padctl@7009f000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment