Created
October 20, 2020 12:25
-
-
Save hanetzer/2abbb6f276c2eac7616748fd6b6dc4b1 to your computer and use it in GitHub Desktop.
stdin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## SPDX-License-Identifier: GPL-2.0-only | |
chip soc/ibm/nimbus | |
# Place LPC controller at 'standard' location. | |
register "bridge_ad_lpc_base_reg" = "0x0006030000000000" | |
device cpu_cluster 0 on end | |
device mmio 0x0006030000000000 on # lpc controller | |
chip soc/ibm/power9/lpc | |
device mmio 0xd0010000 | |
chip drivers/uart | |
end | |
end | |
end | |
end | |
device mmio 0x000603fc00000000 on end # xscom bar | |
end | |
# pdbg -a getscom 0x90010 | |
# p0:0x90010 = 0x000603fc00000000 | |
# p1:0x90010 = 0x000623fc00000000 | |
# pdbg -a getscom 0x90040 | |
# p0:0x90040 = 0x0006030000000000 | |
# p1:0x90040 = 0x0006230000000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment