Matt Spinler | 3c84fa7 | 2016-10-07 13:20:11 -0500 | [diff] [blame] | 1 | #Device tree include files, which can be |
| 2 | #included in different parts of the tree. |
| 3 | #Optional. |
| 4 | includes: |
| 5 | pre-root-node: |
| 6 | - aspeed-g5.dtsi |
| 7 | - dt-bindings/gpio/aspeed-gpio.h |
| 8 | root-node: |
Matt Spinler | 3c84fa7 | 2016-10-07 13:20:11 -0500 | [diff] [blame] | 9 | post-root-node: |
Matt Spinler | 3c84fa7 | 2016-10-07 13:20:11 -0500 | [diff] [blame] | 10 | |
| 11 | #The BMC's memory base address and size. |
| 12 | #Required. |
| 13 | memory: |
| 14 | base: 0x80000000 |
| 15 | size: 0x40000000 |
| 16 | |
| 17 | #Values for the chosen node. |
| 18 | #Required. |
| 19 | chosen: |
| 20 | stdout-path: uart5 |
| 21 | bootargs: console=ttyS4,115200 earlyprintk |
| 22 | |
| 23 | #Values for the aliases node. |
| 24 | #Optional. |
| 25 | aliases: |
| 26 | serial4: uart5 |
| 27 | |
| 28 | #The number that should be added to the MRW's |
| 29 | #I2C bus number to get the device tree's number. |
| 30 | #Optional. |
| 31 | i2c-bus-adjust: -1 |
Matt Spinler | 4227168 | 2016-10-31 16:02:38 -0500 | [diff] [blame] | 32 | |
| 33 | #BMC flash specific fields that don't belong |
| 34 | #in the MRW. Keys and values here show up |
| 35 | #as-is in the node structure that gets passed to |
| 36 | #the node generator code. |
| 37 | bmc-flash-config: |
| 38 | chip-select-0: |
| 39 | DTSI_INCLUDE: aspeed-bmc-opp-flash-layout.dtsi |
| 40 | chip-select-1: |
| 41 | label: alt |