mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
15 lines
238 B
Text
15 lines
238 B
Text
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||
|
/*
|
||
|
* Copyright (C) 2020 Microchip Technology Inc.
|
||
|
* Padmarao Begari <padmarao.begari@microchip.com>
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
cpu1 = &cpu1;
|
||
|
cpu2 = &cpu2;
|
||
|
cpu3 = &cpu3;
|
||
|
cpu4 = &cpu4;
|
||
|
};
|
||
|
};
|