mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 22:55:20 +07:00
c65ec13596
the 'soc' node in the common .dtsi for MPC5121 has an '#interrupt-cells' property although this node is not an interrupt controller remove this erroneously placed property because starting with v3.13-rc1 lookup and resolution of 'interrupts' specs for peripherals gets misled, emits 'no irq domain found' WARN() messages and breaks the boot process irq: no irq domain found for /soc@80000000 ! ------------[ cut here ]------------ WARNING: at drivers/of/platform.c:171 Modules linked in: CPU: 0 PID: 1 Comm: swapper Tainted: G W 3.13.0-rc1-00001-g8a66234 #8 task: df823bb0 ti: df834000 task.ti: df834000 NIP: c02b5190 LR: c02b5180 CTR: c01cf4e0 REGS: df835c50 TRAP: 0700 Tainted: G W (3.13.0-rc1-00001-g8a66234) MSR: 00029032 <EE,ME,IR,DR,RI> CR: 229a9d42 XER: 20000000 GPR00: c02b5180 df835d00 df823bb0 00000000 00000000 df835b18 ffffffff 00000308 GPR08: c0479cc0 c0480000 c0479cc0 00000308 00000308 00000000 c00040fc 00000000 GPR16: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 df850880 GPR24: df84d670 00000000 00000001df8561a0
dffffccc df85089c 00000020 00000001 NIP [c02b5190] of_device_alloc+0xf4/0x1a0 LR [c02b5180] of_device_alloc+0xe4/0x1a0 Call Trace: [df835d00] [c02b5180] of_device_alloc+0xe4/0x1a0 (unreliable) [df835d50] [c02b5278] of_platform_device_create_pdata+0x3c/0xc8 [df835d70] [c02b53fc] of_platform_bus_create+0xf8/0x170 [df835dc0] [c02b5448] of_platform_bus_create+0x144/0x170 [df835e10] [c02b55a8] of_platform_bus_probe+0x98/0xe8 [df835e30] [c0437508] mpc512x_init+0x28/0x1c4 [df835e70
] [c0435de8] ppc_init+0x4c/0x60 [df835e80] [c0003b28] do_one_initcall+0x150/0x1a4 [df835ef0] [c0432048] kernel_init_freeable+0x114/0x1c0 [df835f30] [c0004114] kernel_init+0x18/0x124 [df835f40] [c000e910] ret_from_kernel_thread+0x5c/0x64 Instruction dump: 409effd4 57c9103a 57de2834 7c89f050 7f83e378 7c972214 7f45d378 48001f55 7c63d278 7c630034 5463d97e 687a0001 <0f1a0000> 2f990000 387b0010 939b0098 ---[ end trace 2257f10e5a20cbdd ]--- ... irq: no irq domain found for /soc@80000000 ! fsl-diu-fb 80002100.display: could not get DIU IRQ fsl-diu-fb: probe of 80002100.display failed with error -22 irq: no irq domain found for /soc@80000000 ! mpc512x_dma 80014000.dma: Error mapping IRQ! mpc512x_dma: probe of 80014000.dma failed with error -22 ... irq: no irq domain found for /soc@80000000 ! fs_enet: probe of 80002800.ethernet failed with error -22 ... irq: no irq domain found for /soc@80000000 ! mpc5121-rtc 80000a00.rtc: mpc5121_rtc_probe: could not request irq: 0 mpc5121-rtc: probe of 80000a00.rtc failed with error -22 ... Cc: Anatolij Gustschin <agust@denx.de> Cc: linuxppc-dev@lists.ozlabs.org Cc: devicetree@vger.kernel.org Signed-off-by: Gerhard Sittig <gsi@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de>
412 lines
8.4 KiB
Plaintext
412 lines
8.4 KiB
Plaintext
/*
|
|
* base MPC5121 Device Tree Source
|
|
*
|
|
* Copyright 2007-2008 Freescale Semiconductor Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License as published by the
|
|
* Free Software Foundation; either version 2 of the License, or (at your
|
|
* option) any later version.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
model = "mpc5121";
|
|
compatible = "fsl,mpc5121";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
interrupt-parent = <&ipic>;
|
|
|
|
aliases {
|
|
ethernet0 = ð0;
|
|
pci = &pci;
|
|
};
|
|
|
|
cpus {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
PowerPC,5121@0 {
|
|
device_type = "cpu";
|
|
reg = <0>;
|
|
d-cache-line-size = <0x20>; /* 32 bytes */
|
|
i-cache-line-size = <0x20>; /* 32 bytes */
|
|
d-cache-size = <0x8000>; /* L1, 32K */
|
|
i-cache-size = <0x8000>; /* L1, 32K */
|
|
timebase-frequency = <49500000>;/* 49.5 MHz (csb/4) */
|
|
bus-frequency = <198000000>; /* 198 MHz csb bus */
|
|
clock-frequency = <396000000>; /* 396 MHz ppc core */
|
|
};
|
|
};
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x10000000>; /* 256MB at 0 */
|
|
};
|
|
|
|
mbx@20000000 {
|
|
compatible = "fsl,mpc5121-mbx";
|
|
reg = <0x20000000 0x4000>;
|
|
interrupts = <66 0x8>;
|
|
};
|
|
|
|
sram@30000000 {
|
|
compatible = "fsl,mpc5121-sram";
|
|
reg = <0x30000000 0x20000>; /* 128K at 0x30000000 */
|
|
};
|
|
|
|
nfc@40000000 {
|
|
compatible = "fsl,mpc5121-nfc";
|
|
reg = <0x40000000 0x100000>; /* 1M at 0x40000000 */
|
|
interrupts = <6 8>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
};
|
|
|
|
localbus@80000020 {
|
|
compatible = "fsl,mpc5121-localbus";
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
reg = <0x80000020 0x40>;
|
|
interrupts = <7 0x8>;
|
|
ranges = <0x0 0x0 0xfc000000 0x04000000>;
|
|
};
|
|
|
|
soc@80000000 {
|
|
compatible = "fsl,mpc5121-immr";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
ranges = <0x0 0x80000000 0x400000>;
|
|
reg = <0x80000000 0x400000>;
|
|
bus-frequency = <66000000>; /* 66 MHz ips bus */
|
|
|
|
|
|
/*
|
|
* IPIC
|
|
* interrupts cell = <intr #, sense>
|
|
* sense values match linux IORESOURCE_IRQ_* defines:
|
|
* sense == 8: Level, low assertion
|
|
* sense == 2: Edge, high-to-low change
|
|
*/
|
|
ipic: interrupt-controller@c00 {
|
|
compatible = "fsl,mpc5121-ipic", "fsl,ipic";
|
|
interrupt-controller;
|
|
#address-cells = <0>;
|
|
#interrupt-cells = <2>;
|
|
reg = <0xc00 0x100>;
|
|
};
|
|
|
|
/* Watchdog timer */
|
|
wdt@900 {
|
|
compatible = "fsl,mpc5121-wdt";
|
|
reg = <0x900 0x100>;
|
|
};
|
|
|
|
/* Real time clock */
|
|
rtc@a00 {
|
|
compatible = "fsl,mpc5121-rtc";
|
|
reg = <0xa00 0x100>;
|
|
interrupts = <79 0x8 80 0x8>;
|
|
};
|
|
|
|
/* Reset module */
|
|
reset@e00 {
|
|
compatible = "fsl,mpc5121-reset";
|
|
reg = <0xe00 0x100>;
|
|
};
|
|
|
|
/* Clock control */
|
|
clock@f00 {
|
|
compatible = "fsl,mpc5121-clock";
|
|
reg = <0xf00 0x100>;
|
|
};
|
|
|
|
/* Power Management Controller */
|
|
pmc@1000{
|
|
compatible = "fsl,mpc5121-pmc";
|
|
reg = <0x1000 0x100>;
|
|
interrupts = <83 0x8>;
|
|
};
|
|
|
|
gpio@1100 {
|
|
compatible = "fsl,mpc5121-gpio";
|
|
reg = <0x1100 0x100>;
|
|
interrupts = <78 0x8>;
|
|
};
|
|
|
|
can@1300 {
|
|
compatible = "fsl,mpc5121-mscan";
|
|
reg = <0x1300 0x80>;
|
|
interrupts = <12 0x8>;
|
|
};
|
|
|
|
can@1380 {
|
|
compatible = "fsl,mpc5121-mscan";
|
|
reg = <0x1380 0x80>;
|
|
interrupts = <13 0x8>;
|
|
};
|
|
|
|
sdhc@1500 {
|
|
compatible = "fsl,mpc5121-sdhc";
|
|
reg = <0x1500 0x100>;
|
|
interrupts = <8 0x8>;
|
|
dmas = <&dma0 30>;
|
|
dma-names = "rx-tx";
|
|
};
|
|
|
|
i2c@1700 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "fsl,mpc5121-i2c", "fsl-i2c";
|
|
reg = <0x1700 0x20>;
|
|
interrupts = <9 0x8>;
|
|
};
|
|
|
|
i2c@1720 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "fsl,mpc5121-i2c", "fsl-i2c";
|
|
reg = <0x1720 0x20>;
|
|
interrupts = <10 0x8>;
|
|
};
|
|
|
|
i2c@1740 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "fsl,mpc5121-i2c", "fsl-i2c";
|
|
reg = <0x1740 0x20>;
|
|
interrupts = <11 0x8>;
|
|
};
|
|
|
|
i2ccontrol@1760 {
|
|
compatible = "fsl,mpc5121-i2c-ctrl";
|
|
reg = <0x1760 0x8>;
|
|
};
|
|
|
|
axe@2000 {
|
|
compatible = "fsl,mpc5121-axe";
|
|
reg = <0x2000 0x100>;
|
|
interrupts = <42 0x8>;
|
|
};
|
|
|
|
display@2100 {
|
|
compatible = "fsl,mpc5121-diu";
|
|
reg = <0x2100 0x100>;
|
|
interrupts = <64 0x8>;
|
|
};
|
|
|
|
can@2300 {
|
|
compatible = "fsl,mpc5121-mscan";
|
|
reg = <0x2300 0x80>;
|
|
interrupts = <90 0x8>;
|
|
};
|
|
|
|
can@2380 {
|
|
compatible = "fsl,mpc5121-mscan";
|
|
reg = <0x2380 0x80>;
|
|
interrupts = <91 0x8>;
|
|
};
|
|
|
|
viu@2400 {
|
|
compatible = "fsl,mpc5121-viu";
|
|
reg = <0x2400 0x400>;
|
|
interrupts = <67 0x8>;
|
|
};
|
|
|
|
mdio@2800 {
|
|
compatible = "fsl,mpc5121-fec-mdio";
|
|
reg = <0x2800 0x800>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
|
|
eth0: ethernet@2800 {
|
|
device_type = "network";
|
|
compatible = "fsl,mpc5121-fec";
|
|
reg = <0x2800 0x800>;
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
|
interrupts = <4 0x8>;
|
|
};
|
|
|
|
/* USB1 using external ULPI PHY */
|
|
usb@3000 {
|
|
compatible = "fsl,mpc5121-usb2-dr";
|
|
reg = <0x3000 0x600>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
interrupts = <43 0x8>;
|
|
dr_mode = "otg";
|
|
phy_type = "ulpi";
|
|
};
|
|
|
|
/* USB0 using internal UTMI PHY */
|
|
usb@4000 {
|
|
compatible = "fsl,mpc5121-usb2-dr";
|
|
reg = <0x4000 0x600>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
interrupts = <44 0x8>;
|
|
dr_mode = "otg";
|
|
phy_type = "utmi_wide";
|
|
};
|
|
|
|
/* IO control */
|
|
ioctl@a000 {
|
|
compatible = "fsl,mpc5121-ioctl";
|
|
reg = <0xA000 0x1000>;
|
|
};
|
|
|
|
/* LocalPlus controller */
|
|
lpc@10000 {
|
|
compatible = "fsl,mpc5121-lpc";
|
|
reg = <0x10000 0x200>;
|
|
};
|
|
|
|
pata@10200 {
|
|
compatible = "fsl,mpc5121-pata";
|
|
reg = <0x10200 0x100>;
|
|
interrupts = <5 0x8>;
|
|
};
|
|
|
|
/* 512x PSCs are not 52xx PSC compatible */
|
|
|
|
/* PSC0 */
|
|
psc@11000 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11000 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC1 */
|
|
psc@11100 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11100 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC2 */
|
|
psc@11200 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11200 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC3 */
|
|
psc@11300 {
|
|
compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
|
|
reg = <0x11300 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC4 */
|
|
psc@11400 {
|
|
compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
|
|
reg = <0x11400 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC5 */
|
|
psc@11500 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11500 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC6 */
|
|
psc@11600 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11600 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC7 */
|
|
psc@11700 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11700 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC8 */
|
|
psc@11800 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11800 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC9 */
|
|
psc@11900 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11900 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC10 */
|
|
psc@11a00 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11a00 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
/* PSC11 */
|
|
psc@11b00 {
|
|
compatible = "fsl,mpc5121-psc";
|
|
reg = <0x11b00 0x100>;
|
|
interrupts = <40 0x8>;
|
|
fsl,rx-fifo-size = <16>;
|
|
fsl,tx-fifo-size = <16>;
|
|
};
|
|
|
|
pscfifo@11f00 {
|
|
compatible = "fsl,mpc5121-psc-fifo";
|
|
reg = <0x11f00 0x100>;
|
|
interrupts = <40 0x8>;
|
|
};
|
|
|
|
dma0: dma@14000 {
|
|
compatible = "fsl,mpc5121-dma";
|
|
reg = <0x14000 0x1800>;
|
|
interrupts = <65 0x8>;
|
|
};
|
|
};
|
|
|
|
pci: pci@80008500 {
|
|
compatible = "fsl,mpc5121-pci";
|
|
device_type = "pci";
|
|
interrupts = <1 0x8>;
|
|
clock-frequency = <0>;
|
|
#address-cells = <3>;
|
|
#size-cells = <2>;
|
|
#interrupt-cells = <1>;
|
|
|
|
reg = <0x80008500 0x100 /* internal registers */
|
|
0x80008300 0x8>; /* config space access registers */
|
|
bus-range = <0x0 0x0>;
|
|
ranges = <0x42000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
|
|
0x02000000 0x0 0xb0000000 0xb0000000 0x0 0x10000000
|
|
0x01000000 0x0 0x00000000 0x84000000 0x0 0x01000000>;
|
|
};
|
|
};
|