Skip to content

Instantly share code, notes, and snippets.

@hanetzer
Created October 20, 2020 12:25
Show Gist options
  • Save hanetzer/2abbb6f276c2eac7616748fd6b6dc4b1 to your computer and use it in GitHub Desktop.
Save hanetzer/2abbb6f276c2eac7616748fd6b6dc4b1 to your computer and use it in GitHub Desktop.
stdin
## 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