File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PCI bus bridges have standardized Device Tree bindings:
2
2
3
3
PCI Bus Binding to: IEEE Std 1275-1994
4
- http://www.firmware .org/1275 /bindings/pci/pci2_1.pdf
4
+ http://www.devicetree .org/open-firmware /bindings/pci/pci2_1.pdf
5
5
6
6
And for the interrupt mapping part:
7
7
8
8
Open Firmware Recommended Practice: Interrupt Mapping
9
- http://www.firmware .org/1275 /practice/imap/imap0_9d.pdf
9
+ http://www.devicetree .org/open-firmware /practice/imap/imap0_9d.pdf
10
10
11
11
Additionally to the properties specified in the above standards a host bridge
12
12
driver implementation may support the following properties:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Generic USB Device Properties
2
2
3
3
Usually, we only use device tree for hard wired USB device.
4
4
The reference binding doc is from:
5
- http://www.firmware .org/1275 /bindings/usb/usb-1_0.ps
5
+ http://www.devicetree .org/open-firmware /bindings/usb/usb-1_0.ps
6
6
7
7
Required properties:
8
8
- compatible: usbVID,PID. The textual representation of VID, PID shall
Original file line number Diff line number Diff line change @@ -1282,7 +1282,7 @@ hierarchy and routing of interrupts in the hardware.
1282
1282
The interrupt tree model is fully described in the
1283
1283
document "Open Firmware Recommended Practice: Interrupt
1284
1284
Mapping Version 0.9". The document is available at:
1285
- <http://www.openfirmware .org/ofwg /practice/>
1285
+ <http://www.devicetree .org/open-firmware /practice/>
1286
1286
1287
1287
1) interrupts property
1288
1288
----------------------
You can’t perform that action at this time.
0 commit comments