ARM: dts: rockchip: rv1106: Add efuse otp property for ethernet

Signed-off-by: David Wu <david.wu@rock-chips.com>
Change-Id: I74a44c65a070e9da57168e8a01549ea2ab67b714
This commit is contained in:
David Wu 2022-04-09 15:33:15 +08:00 committed by Tao Huang
parent 54e7d90e84
commit ab214f610d

View File

@ -645,6 +645,12 @@ cpu_leakage: cpu-leakage@1a {
log_leakage: log-leakage@1b {
reg = <0x1b 0x1>;
};
macphy_bgs: macphy-bgs@2d {
reg = <0x2d 0x1>;
};
macphy_txlevel: macphy-txlevel@2e {
reg = <0x2e 0x2>;
};
};
u2phy: usb2-phy@ff3e0000 {
@ -1194,6 +1200,9 @@ gmac: ethernet@ffa80000 {
phy-mode = "rmii";
clock_in_out = "input";
phy-handle = <&rmii_phy>;
nvmem-cells = <&macphy_bgs>;
nvmem-cell-names = "bgs";
status = "disabled";
mdio: mdio {
@ -1206,6 +1215,8 @@ rmii_phy: ethernet-phy@2 {
clocks = <&cru CLK_MACPHY>;
resets = <&cru SRST_MACPHY>;
phy-is-integrated;
nvmem-cells = <&macphy_txlevel>;
nvmem-cell-names = "txlevel";
};
};