2020-04-19 13:58:32 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Amit Singh Tomar <amittomer25@gmail.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/{
|
|
|
|
soc {
|
|
|
|
u-boot,dm-pre-reloc;
|
2020-05-09 14:25:13 +00:00
|
|
|
|
|
|
|
gmac: ethernet@e0220000 {
|
|
|
|
compatible = "actions,s700-ethernet";
|
|
|
|
reg = <0 0xe0220000 0 0x2000>;
|
|
|
|
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
interrupt-names = "macirq";
|
|
|
|
local-mac-address = [ 00 18 fe 66 66 66 ];
|
|
|
|
clocks = <&cmu CLK_ETHERNET>, <&cmu CLK_RMII_REF>;
|
|
|
|
clock-names = "ethernet", "rmii_ref";
|
|
|
|
phy-mode = "rmii";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2020-04-19 13:58:32 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart3 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&cmu {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|