.. | .. |
---|
39 | 39 | model = "NorthStar Plus SVK (BCM958625HR)"; |
---|
40 | 40 | compatible = "brcm,bcm58625", "brcm,nsp"; |
---|
41 | 41 | |
---|
42 | | - aliases { |
---|
43 | | - serial0 = &uart0; |
---|
44 | | - }; |
---|
45 | | - |
---|
46 | 42 | chosen { |
---|
47 | 43 | stdout-path = "serial0:115200n8"; |
---|
48 | 44 | }; |
---|
49 | 45 | |
---|
50 | | - memory { |
---|
| 46 | + memory@60000000 { |
---|
51 | 47 | device_type = "memory"; |
---|
52 | 48 | reg = <0x60000000 0x20000000>; |
---|
53 | 49 | }; |
---|
.. | .. |
---|
58 | 54 | open-source; |
---|
59 | 55 | priority = <200>; |
---|
60 | 56 | }; |
---|
| 57 | + |
---|
| 58 | + sfp: sfp { |
---|
| 59 | + compatible = "sff,sfp"; |
---|
| 60 | + i2c-bus = <&i2c0>; |
---|
| 61 | + mod-def0-gpios = <&gpioa 28 GPIO_ACTIVE_LOW>; |
---|
| 62 | + los-gpios = <&gpioa 24 GPIO_ACTIVE_HIGH>; |
---|
| 63 | + tx-fault-gpios = <&gpioa 30 GPIO_ACTIVE_HIGH>; |
---|
| 64 | + tx-disable-gpios = <&gpioa 26 GPIO_ACTIVE_HIGH>; |
---|
| 65 | + }; |
---|
| 66 | +}; |
---|
| 67 | + |
---|
| 68 | +&i2c0 { |
---|
| 69 | + status = "okay"; |
---|
| 70 | +}; |
---|
| 71 | + |
---|
| 72 | +&dma { |
---|
| 73 | + status = "okay"; |
---|
61 | 74 | }; |
---|
62 | 75 | |
---|
63 | 76 | &amac0 { |
---|
.. | .. |
---|
210 | 223 | reg = <4>; |
---|
211 | 224 | }; |
---|
212 | 225 | |
---|
| 226 | + port@5 { |
---|
| 227 | + label = "sfp"; |
---|
| 228 | + phy-mode = "sgmii"; |
---|
| 229 | + reg = <5>; |
---|
| 230 | + sfp = <&sfp>; |
---|
| 231 | + managed = "in-band-status"; |
---|
| 232 | + }; |
---|
| 233 | + |
---|
213 | 234 | port@8 { |
---|
214 | 235 | ethernet = <&amac2>; |
---|
215 | 236 | label = "cpu"; |
---|