diff options
| author | Tom Rini <[email protected]> | 2018-11-14 11:30:07 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-14 11:30:07 -0500 |
| commit | 208ecbad2ea83333e8f3c9933213867addf16f4a (patch) | |
| tree | 7af7000318ac1987179fc398a267caf1cac13af8 /doc | |
| parent | 0157013f4a4945bbdb70bb4d98d680e0845fd784 (diff) | |
| parent | 9e2a90280939fd896eb7af5db49c0410d5bd8420 (diff) | |
Merge branch 'next'
This brings in the u-boot-net PR from Joe.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/device-tree-bindings/net/mediatek,mt7628-eth.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/net/mediatek,mt7628-eth.txt b/doc/device-tree-bindings/net/mediatek,mt7628-eth.txt new file mode 100644 index 00000000000..ec97504a3fe --- /dev/null +++ b/doc/device-tree-bindings/net/mediatek,mt7628-eth.txt @@ -0,0 +1,17 @@ +* MediaTek Frame Engine Ethernet controller + +Required properties: +- compatible: should be "mediatek,mt7628-eth" +- reg: address and length of the register set for the frame + engine ethernet controller and the internal switch. +- syscon: phandle to the system controller + +Example: + +eth@10100000 { + compatible = "mediatek,mt7628-eth"; + reg = <0x10100000 0x10000 + 0x10110000 0x8000>; + + syscon = <&sysc>; +}; |
