diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc7448hpc2.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc7448hpc2.dts | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts index 765c306ecf80..0e3d314a7158 100644 --- a/arch/powerpc/boot/dts/mpc7448hpc2.dts +++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts | |||
@@ -45,7 +45,7 @@ | |||
45 | #address-cells = <1>; | 45 | #address-cells = <1>; |
46 | #size-cells = <1>; | 46 | #size-cells = <1>; |
47 | #interrupt-cells = <2>; | 47 | #interrupt-cells = <2>; |
48 | device_type = "tsi-bridge"; | 48 | device_type = "tsi108-bridge"; |
49 | ranges = <00000000 c0000000 00010000>; | 49 | ranges = <00000000 c0000000 00010000>; |
50 | reg = <c0000000 00010000>; | 50 | reg = <c0000000 00010000>; |
51 | bus-frequency = <0>; | 51 | bus-frequency = <0>; |
@@ -55,27 +55,26 @@ | |||
55 | interrupts = <E 0>; | 55 | interrupts = <E 0>; |
56 | reg = <7000 400>; | 56 | reg = <7000 400>; |
57 | device_type = "i2c"; | 57 | device_type = "i2c"; |
58 | compatible = "tsi-i2c"; | 58 | compatible = "tsi108-i2c"; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | mdio@6000 { | 61 | MDIO: mdio@6000 { |
62 | device_type = "mdio"; | 62 | device_type = "mdio"; |
63 | compatible = "tsi-ethernet"; | 63 | compatible = "tsi108-mdio"; |
64 | reg = <6000 50>; | ||
65 | #address-cells = <1>; | ||
66 | #size-cells = <0>; | ||
64 | 67 | ||
65 | phy8: ethernet-phy@6000 { | 68 | phy8: ethernet-phy@8 { |
66 | interrupt-parent = <&mpic>; | 69 | interrupt-parent = <&mpic>; |
67 | interrupts = <2 1>; | 70 | interrupts = <2 1>; |
68 | reg = <6000 50>; | 71 | reg = <8>; |
69 | phy-id = <8>; | ||
70 | device_type = "ethernet-phy"; | ||
71 | }; | 72 | }; |
72 | 73 | ||
73 | phy9: ethernet-phy@6400 { | 74 | phy9: ethernet-phy@9 { |
74 | interrupt-parent = <&mpic>; | 75 | interrupt-parent = <&mpic>; |
75 | interrupts = <2 1>; | 76 | interrupts = <2 1>; |
76 | reg = <6000 50>; | 77 | reg = <9>; |
77 | phy-id = <9>; | ||
78 | device_type = "ethernet-phy"; | ||
79 | }; | 78 | }; |
80 | 79 | ||
81 | }; | 80 | }; |
@@ -83,12 +82,12 @@ | |||
83 | ethernet@6200 { | 82 | ethernet@6200 { |
84 | #size-cells = <0>; | 83 | #size-cells = <0>; |
85 | device_type = "network"; | 84 | device_type = "network"; |
86 | model = "TSI-ETH"; | 85 | compatible = "tsi108-ethernet"; |
87 | compatible = "tsi-ethernet"; | ||
88 | reg = <6000 200>; | 86 | reg = <6000 200>; |
89 | address = [ 00 06 D2 00 00 01 ]; | 87 | address = [ 00 06 D2 00 00 01 ]; |
90 | interrupts = <10 2>; | 88 | interrupts = <10 2>; |
91 | interrupt-parent = <&mpic>; | 89 | interrupt-parent = <&mpic>; |
90 | mdio-handle = <&MDIO>; | ||
92 | phy-handle = <&phy8>; | 91 | phy-handle = <&phy8>; |
93 | }; | 92 | }; |
94 | 93 | ||
@@ -96,12 +95,12 @@ | |||
96 | #address-cells = <1>; | 95 | #address-cells = <1>; |
97 | #size-cells = <0>; | 96 | #size-cells = <0>; |
98 | device_type = "network"; | 97 | device_type = "network"; |
99 | model = "TSI-ETH"; | 98 | compatible = "tsi108-ethernet"; |
100 | compatible = "tsi-ethernet"; | ||
101 | reg = <6400 200>; | 99 | reg = <6400 200>; |
102 | address = [ 00 06 D2 00 00 02 ]; | 100 | address = [ 00 06 D2 00 00 02 ]; |
103 | interrupts = <11 2>; | 101 | interrupts = <11 2>; |
104 | interrupt-parent = <&mpic>; | 102 | interrupt-parent = <&mpic>; |
103 | mdio-handle = <&MDIO>; | ||
105 | phy-handle = <&phy9>; | 104 | phy-handle = <&phy9>; |
106 | }; | 105 | }; |
107 | 106 | ||
@@ -135,7 +134,7 @@ | |||
135 | big-endian; | 134 | big-endian; |
136 | }; | 135 | }; |
137 | pci@1000 { | 136 | pci@1000 { |
138 | compatible = "tsi10x"; | 137 | compatible = "tsi108-pci"; |
139 | device_type = "pci"; | 138 | device_type = "pci"; |
140 | #interrupt-cells = <1>; | 139 | #interrupt-cells = <1>; |
141 | #size-cells = <2>; | 140 | #size-cells = <2>; |