Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- emac: ethernet@4500000 {
- compatible = "allwinner,sun20i-d1-emac",
- "allwinner,sun50i-a64-emac";
- reg = <0x4500000 0x10000>;
- interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
- interrupt-names = "macirq";
- clocks = <&ccu CLK_BUS_EMAC>;
- clock-names = "stmmaceth";
- resets = <&ccu RST_BUS_EMAC>;
- reset-names = "stmmaceth";
- syscon = <&syscon>;
- status = "disabled";
- mdio: mdio {
- compatible = "snps,dwmac-mdio";
- #address-cells = <1>;
- #size-cells = <0>;
- };
- };
- &emac {
- status = "okay";
- pinctrl-0 = <&rmii_pe_pins>;
- pinctrl-names = "default";
- phy-mode = "rmii";
- };
Advertisement
Add Comment
Please, Sign In to add comment