diff options
-rw-r--r-- | bsp/coreip-e20-arty/design.dts | 2 | ||||
-rw-r--r-- | bsp/coreip-e21-arty/design.dts | 2 | ||||
-rw-r--r-- | bsp/coreip-e24-arty/design.dts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bsp/coreip-e20-arty/design.dts b/bsp/coreip-e20-arty/design.dts index 93e984e..b71170c 100644 --- a/bsp/coreip-e20-arty/design.dts +++ b/bsp/coreip-e20-arty/design.dts @@ -7,7 +7,7 @@ model = "SiFive,FE200G"; chosen { stdout-path = "/soc/serial@20000000:115200"; - mee,entry = <&L6 0x400000>; + metal,entry = <&L6 0x400000>; }; L15: aliases { serial0 = &L5; diff --git a/bsp/coreip-e21-arty/design.dts b/bsp/coreip-e21-arty/design.dts index be0c023..32ef5e8 100644 --- a/bsp/coreip-e21-arty/design.dts +++ b/bsp/coreip-e21-arty/design.dts @@ -7,7 +7,7 @@ model = "SiFive,FE210G"; chosen { stdout-path = "/soc/serial@20000000:115200"; - mee,entry = <&L7 0x400000>; + metal,entry = <&L7 0x400000>; }; L17: aliases { serial0 = &L6; diff --git a/bsp/coreip-e24-arty/design.dts b/bsp/coreip-e24-arty/design.dts index dd35d75..b636a82 100644 --- a/bsp/coreip-e24-arty/design.dts +++ b/bsp/coreip-e24-arty/design.dts @@ -7,7 +7,7 @@ model = "SiFive,FE240G"; chosen { stdout-path = "/soc/serial@20000000:115200"; - mee,entry = <&L7 0x400000>; + metal,entry = <&L7 0x400000>; }; L17: aliases { serial0 = &L6; |