diff options
author | Varshit Pandya <pandyavarshit@gmail.com> | 2023-08-31 22:18:48 +0530 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-09-01 21:07:58 +0000 |
commit | d888f61f083cc68ff891b4b21191e1a8c5647307 (patch) | |
tree | 9a73fdb30911583060fb23f6e6d54cb9ec398ad3 /src/mainboard/amd/onyx/devicetree.cb | |
parent | 6d3682ee9b19b9e6833f38046891132be665c93c (diff) |
mb/amd/onyx: Add minimal code for onyx compilation
Change-Id: I25807e116869d1bd7b8324525bc5ae1691e072e4
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77601
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/onyx/devicetree.cb')
-rw-r--r-- | src/mainboard/amd/onyx/devicetree.cb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/amd/onyx/devicetree.cb b/src/mainboard/amd/onyx/devicetree.cb new file mode 100644 index 0000000000..5f447b2540 --- /dev/null +++ b/src/mainboard/amd/onyx/devicetree.cb @@ -0,0 +1,6 @@ +chip soc/amd/genoa + + device domain 0 on + end + +end |