0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Marvell OpenRD Ultimate Board Description
0004 *
0005 * Andrew Lunn <andrew@lunn.ch>
0006 *
0007 * This file contains the definitions that are specific to OpenRD
0008 * ultimate variant of the Marvell Kirkwood Development Board.
0009 */
0010
0011 /dts-v1/;
0012
0013 #include "kirkwood-openrd.dtsi"
0014
0015 / {
0016 model = "OpenRD Ultimate";
0017 compatible = "marvell,openrd-ultimate", "marvell,openrd", "marvell,kirkwood-88f6281", "marvell,kirkwood";
0018
0019 ocp@f1000000 {
0020 i2c@11000 {
0021 status = "okay";
0022 clock-frequency = <400000>;
0023
0024 cs42l51: cs42l51@4a {
0025 compatible = "cirrus,cs42l51";
0026 reg = <0x4a>;
0027 };
0028 };
0029 };
0030 };
0031
0032 &mdio {
0033 status = "okay";
0034
0035 ethphy0: ethernet-phy@0 {
0036 reg = <0>;
0037 };
0038 ethphy1: ethernet-phy@1 {
0039 reg = <1>;
0040 };
0041 };
0042
0043 ð0 {
0044 status = "okay";
0045 ethernet0-port@0 {
0046 phy-handle = <ðphy0>;
0047 };
0048 };
0049
0050 ð1 {
0051 status = "okay";
0052 ethernet1-port@0 {
0053 phy-handle = <ðphy1>;
0054 };
0055 };