summaryrefslogtreecommitdiff
path: root/bsp/coreip-u54mc-rtl/design.dts
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-05-23 21:11:59 +0000
committerGitHub <noreply@github.com>2019-05-23 21:11:59 +0000
commit2c0269905929128bd0bd13a55ae3d8afd60a1af6 (patch)
tree8a1e97f1d80e73284f791d11b80935bcea547a61 /bsp/coreip-u54mc-rtl/design.dts
parente3804d42d321b5ebf3d2ef989a97c09b412393bf (diff)
parent2cc2f5e07ad2bfdefc03d443a533d1c5455c283f (diff)
Merge pull request #257 from sifive/choose-boot-hart
DeviceTree can request a specific boot hart with 'metal,boothart' property in the chosen node
Diffstat (limited to 'bsp/coreip-u54mc-rtl/design.dts')
-rw-r--r--bsp/coreip-u54mc-rtl/design.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsp/coreip-u54mc-rtl/design.dts b/bsp/coreip-u54mc-rtl/design.dts
index beba177..2982dd5 100644
--- a/bsp/coreip-u54mc-rtl/design.dts
+++ b/bsp/coreip-u54mc-rtl/design.dts
@@ -5,6 +5,9 @@
#size-cells = <2>;
compatible = "SiFive,FU540G-dev", "fu540-dev", "sifive-dev";
model = "SiFive,FU540G";
+ chosen {
+ metal,boothart = <&L13>;
+ };
L36: cpus {
#address-cells = <1>;
#size-cells = <0>;