soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie Falcon
[coreboot.git] / src / mainboard / amd / padmelon / devicetree.cb
blobfa83d106ca8b581076ea32696315cfb4df40cc9f
2 # This file is part of the coreboot project.
4 # Copyright (C) 2015-2017 Advanced Micro Devices, Inc.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; version 2 of the License.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 chip soc/amd/stoneyridge
17 register "spd_addr_lookup" = "
19 #if CONFIG(AMD_APU_MERLINFALCON)
20 { {0xA0, 0x00}, {0xA4, 0x00} }, // socket 0 - Channel 0 & 1, slot 0
21 #else
22 { {0xA0, 0x00} }, // socket 0 - Channel 0, slot 0
23 #endif
26 register "uma_mode" = "UMAMODE_AUTO_LEGACY"
28 device cpu_cluster 0 on
29 device lapic 10 on end
30 end
32 device domain 0 on
33 subsystemid 0x1022 0x1410 inherit
34 device pci 0.0 on end # Root Complex
35 device pci 1.0 on end # Internal Graphics P2P bridge 0x9874
36 device pci 1.1 on end # Internal Multimedia
37 device pci 2.0 on end # PCIe Host Bridge
38 device pci 2.1 on end # mini PCIe slot x1
39 device pci 2.3 on end # LAN RTL8111F
40 device pci 2.4 on end # LAN RTL8111F
41 device pci 3.0 on end # GFX host bridge
42 device pci 8.0 on end # PSP
43 device pci 9.0 on end # HDA
44 device pci 9.2 on end # HDA
45 device pci 10.0 on end # USB xHCI
46 device pci 11.0 on end # SATA
47 device pci 12.0 on end # USB EHCI
48 device pci 14.0 on # SM
49 chip drivers/generic/generic #dimm 0-0-0
50 device i2c 50 on end
51 end
52 chip drivers/generic/generic #dimm 0-1-0
53 device i2c 52 on end
54 end
55 end # SM
56 device pci 14.3 on # LPC 0x439d
57 chip superio/fintek/f81803a
58 device pnp 4e.1 on # COM1
59 io 0x60 = 0x3f8
60 irq 0x70 = 4
61 end
62 device pnp 4e.2 on # COM2
63 io 0x60 = 0x2f8
64 irq 0x70 = 3
65 end
66 device pnp 4e.4 on # HWM
67 io 0x60 = 0x220
68 irq 0x70 = 0
69 end
70 device pnp 4e.5 off end # KBC
71 device pnp 4e.6 off end # GPIO
72 device pnp 4e.7 off end # WDT
73 device pnp 4e.a off end # PME
74 end # f81803a
75 end # LPC
76 device pci 14.7 on end # SD
77 device pci 18.0 on end
78 device pci 18.1 on end
79 device pci 18.2 on end
80 device pci 18.3 on end
81 device pci 18.4 on end
82 device pci 18.5 on end
83 end #domain
84 end #soc/amd/stoneyridge