~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/marvell/kirkwood-98dx4122.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm/marvell/kirkwood-98dx4122.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm/marvell/kirkwood-98dx4122.dtsi (Architecture m68k)


  1 // SPDX-License-Identifier: GPL-2.0                 1 // SPDX-License-Identifier: GPL-2.0
  2 / {                                                 2 / {
  3         mbus@f1000000 {                             3         mbus@f1000000 {
  4                 pciec: pcie@82000000 {              4                 pciec: pcie@82000000 {
  5                         compatible = "marvell,      5                         compatible = "marvell,kirkwood-pcie";
  6                         status = "disabled";        6                         status = "disabled";
  7                         device_type = "pci";        7                         device_type = "pci";
  8                                                     8 
  9                         #address-cells = <3>;       9                         #address-cells = <3>;
 10                         #size-cells = <2>;         10                         #size-cells = <2>;
 11                                                    11 
 12                         bus-range = <0x00 0xff     12                         bus-range = <0x00 0xff>;
 13                                                    13 
 14                         ranges =                   14                         ranges =
 15                                <0x82000000 0 0     15                                <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000
 16                                 0x82000000 0x1     16                                 0x82000000 0x1 0     MBUS_ID(0x04, 0xe8) 0       1 0 /* Port 0.0 MEM */
 17                                 0x81000000 0x1     17                                 0x81000000 0x1 0     MBUS_ID(0x04, 0xe0) 0       1 0 /* Port 0.0 IO  */>;
 18                                                    18 
 19                         pcie0: pcie@1,0 {          19                         pcie0: pcie@1,0 {
 20                                 device_type =      20                                 device_type = "pci";
 21                                 assigned-addre     21                                 assigned-addresses = <0x82000800 0 0x00040000 0 0x2000>;
 22                                 reg = <0x0800      22                                 reg = <0x0800 0 0 0 0>;
 23                                 #address-cells     23                                 #address-cells = <3>;
 24                                 #size-cells =      24                                 #size-cells = <2>;
 25                                 #interrupt-cel     25                                 #interrupt-cells = <1>;
 26                                 ranges = <0x82     26                                 ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
 27                                           0x81     27                                           0x81000000 0 0 0x81000000 0x1 0 1 0>;
 28                                 bus-range = <0     28                                 bus-range = <0x00 0xff>;
 29                                 interrupt-name     29                                 interrupt-names = "intx", "error";
 30                                 interrupts = <     30                                 interrupts = <9>, <44>;
 31                                 interrupt-map-     31                                 interrupt-map-mask = <0 0 0 7>;
 32                                 interrupt-map      32                                 interrupt-map = <0 0 0 1 &pcie_intc 0>,
 33                                                    33                                                 <0 0 0 2 &pcie_intc 1>,
 34                                                    34                                                 <0 0 0 3 &pcie_intc 2>,
 35                                                    35                                                 <0 0 0 4 &pcie_intc 3>;
 36                                 marvell,pcie-p     36                                 marvell,pcie-port = <0>;
 37                                 marvell,pcie-l     37                                 marvell,pcie-lane = <0>;
 38                                 clocks = <&gat     38                                 clocks = <&gate_clk 2>;
 39                                 status = "disa     39                                 status = "disabled";
 40                                                    40 
 41                                 pcie_intc: int     41                                 pcie_intc: interrupt-controller {
 42                                         interr     42                                         interrupt-controller;
 43                                         #inter     43                                         #interrupt-cells = <1>;
 44                                 };                 44                                 };
 45                         };                         45                         };
 46                 };                                 46                 };
 47         };                                         47         };
 48                                                    48 
 49         ocp@f1000000 {                             49         ocp@f1000000 {
 50                 pinctrl: pin-controller@10000      50                 pinctrl: pin-controller@10000 {
 51                         compatible = "marvell,     51                         compatible = "marvell,98dx4122-pinctrl";
 52                                                    52 
 53                 };                                 53                 };
 54         };                                         54         };
 55 };                                                 55 };
 56                                                    56 
 57 &sata_phy0 {                                       57 &sata_phy0 {
 58         status = "disabled";                       58         status = "disabled";
 59 };                                                 59 };
 60                                                    60 
 61 &sata_phy1 {                                       61 &sata_phy1 {
 62         status = "disabled";                       62         status = "disabled";
 63 };                                                 63 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php