summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/workbook/devtree-config/config.yaml
blob: 3094c164d5f7c0feedad391d79e33fb6bcb7d3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#Device tree include files, which can be
#included in different parts of the tree.
#Optional.
includes:
  pre-root-node:
   - aspeed-g5.dtsi
   - dt-bindings/gpio/aspeed-gpio.h
  root-node:
  post-root-node:

#The BMC's memory base address and size.
#Required.
memory:
  base: 0x80000000
  size: 0x40000000

#Enables the mapping of the host SPI flash into memory
#and the LPC mailbox to allow host access to that data.
#Required for most P9 OpenPower systems.
lpc-host-spi-flash-mailbox:
  #The address range to map the flash into
  bmc-address-range:
    base: 0x94000000
    size: 0x04000000 #64MB

#Values for the chosen node.
#Required.
chosen:
  stdout-path: (alias)uart5
  bootargs: console=ttyS4,115200 earlyprintk

#Values for the aliases node.
#Optional.
aliases:
  serial4: uart5

#The number that should be added to the MRW's
#I2C bus number to get the device tree's number.
#Optional.
i2c-bus-adjust: -1

#BMC flash specific fields that don't belong
#in the MRW.  Keys and values here show up
#as-is in the node structure that gets passed to
#the node generator code.
bmc-flash-config:
  chip-select-0:
     DTSI_INCLUDE: aspeed-bmc-opp-flash-layout.dtsi
  chip-select-1:
    label: alt

#If OpenFSI device tree support should be enabled.
#true or false
enable-openfsi: true
OpenPOWER on IntegriCloud