1 // SPDX-License-Identifier: GPL-2.0 2 / { 3 mbus@f1000000 { 4 pciec: pcie@82000000 { 5 compatible = "marvell, 6 status = "disabled"; 7 device_type = "pci"; 8 9 #address-cells = <3>; 10 #size-cells = <2>; 11 12 bus-range = <0x00 0xff 13 14 ranges = 15 <0x82000000 0 0 16 0x82000000 0x1 17 0x81000000 0x1 18 19 pcie0: pcie@1,0 { 20 device_type = 21 assigned-addre 22 reg = <0x0800 23 #address-cells 24 #size-cells = 25 #interrupt-cel 26 ranges = <0x82 27 0x81 28 bus-range = <0 29 interrupt-name 30 interrupts = < 31 interrupt-map- 32 interrupt-map 33 34 35 36 marvell,pcie-p 37 marvell,pcie-l 38 clocks = <&gat 39 status = "disa 40 41 pcie_intc: int 42 interr 43 #inter 44 }; 45 }; 46 }; 47 }; 48 49 ocp@f1000000 { 50 pinctrl: pin-controller@10000 51 compatible = "marvell, 52 53 }; 54 }; 55 }; 56 57 &sata_phy0 { 58 status = "disabled"; 59 }; 60 61 &sata_phy1 { 62 status = "disabled"; 63 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.