diff options
Diffstat (limited to 'arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts')
-rw-r--r-- | arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts index 2a490464660c..1461804ecaea 100644 --- a/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts +++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-spb4.dts @@ -123,7 +123,7 @@ suppress-preamble; status = "okay"; - switch0: ethernet-switch@0 { + switch0: switch0@0 { compatible = "marvell,mv88e6190"; pinctrl-0 = <&pinctrl_gpio_switch0>; pinctrl-names = "default"; @@ -134,11 +134,11 @@ interrupt-controller; #interrupt-cells = <2>; - ethernet-ports { + ports { #address-cells = <1>; #size-cells = <0>; - ethernet-port@0 { + port@0 { reg = <0>; phy-mode = "rmii"; ethernet = <&fec1>; @@ -149,32 +149,32 @@ }; }; - ethernet-port@1 { + port@1 { reg = <1>; label = "eth_cu_1000_1"; }; - ethernet-port@2 { + port@2 { reg = <2>; label = "eth_cu_1000_2"; }; - ethernet-port@3 { + port@3 { reg = <3>; label = "eth_cu_1000_3"; }; - ethernet-port@4 { + port@4 { reg = <4>; label = "eth_cu_1000_4"; }; - ethernet-port@5 { + port@5 { reg = <5>; label = "eth_cu_1000_5"; }; - ethernet-port@6 { + port@6 { reg = <6>; label = "eth_cu_1000_6"; }; |