.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2016 STMicroelectronics (R&D) Limited. |
---|
3 | 4 | * Author: Patrice Chotard <patrice.chotard@st.com> |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify |
---|
6 | | - * it under the terms of the GNU General Public License version 2 as |
---|
7 | | - * published by the Free Software Foundation. |
---|
8 | 5 | */ |
---|
9 | 6 | /dts-v1/; |
---|
10 | 7 | #include "stih410.dtsi" |
---|
.. | .. |
---|
61 | 58 | compatible = "simple-audio-card"; |
---|
62 | 59 | simple-audio-card,name = "STI-B2260"; |
---|
63 | 60 | status = "okay"; |
---|
| 61 | + #address-cells = <1>; |
---|
| 62 | + #size-cells = <0>; |
---|
64 | 63 | |
---|
65 | | - simple-audio-card,dai-link0 { |
---|
| 64 | + simple-audio-card,dai-link@0 { |
---|
| 65 | + reg = <0>; |
---|
66 | 66 | /* DAC */ |
---|
67 | 67 | format = "i2s"; |
---|
68 | 68 | mclk-fs = <128>; |
---|
.. | .. |
---|
178 | 178 | phy-mode = "rgmii"; |
---|
179 | 179 | pinctrl-0 = <&pinctrl_rgmii1 &pinctrl_rgmii1_mdio_1>; |
---|
180 | 180 | |
---|
181 | | - snps,phy-bus-name = "stmmac"; |
---|
182 | | - snps,phy-bus-id = <0>; |
---|
183 | | - snps,phy-addr = <0>; |
---|
184 | 181 | snps,reset-gpio = <&pio0 7 0>; |
---|
185 | 182 | snps,reset-active-low; |
---|
186 | 183 | snps,reset-delays-us = <0 10000 1000000>; |
---|