]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/boot/dts/kirkwood-km_fixedeth.dts
BCM270X: Enable the DSI panel node in the VC4 overlay.
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / kirkwood-km_fixedeth.dts
CommitLineData
599a136e
VL
1/dts-v1/;
2
3#include "kirkwood.dtsi"
4#include "kirkwood-98dx4122.dtsi"
5#include "kirkwood-km_common.dtsi"
6
7/ {
8 model = "Keymile Kirkwood Fixed Eth";
9 compatible = "keymile,km_fixedeth", "marvell,kirkwood-98DX4122", "marvell,kirkwood";
10
11 memory {
12 device_type = "memory";
13 reg = <0x00000000 0x10000000>;
14 };
15};
16
17&eth0 {
18 status = "okay";
19 ethernet0-port@0 {
20 speed = <1000>; /* <SPEED_1000> */
21 duplex = <1>; /* <DUPLEX_FULL> */
22 };
23};