mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
8c103c33fb
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
43 lines
503 B
Text
43 lines
503 B
Text
/*
|
|
* Copyright 2015-2016 Freescale Semiconductor, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
&soc {
|
|
bootph-all;
|
|
};
|
|
|
|
&ahbbridge0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&ahbbridge1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&iomuxc {
|
|
bootph-all;
|
|
};
|
|
|
|
&iomuxc1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&lpuart4 {
|
|
bootph-all;
|
|
};
|
|
|
|
&lpuart5 {
|
|
bootph-all;
|
|
};
|
|
|
|
&lpuart6 {
|
|
bootph-all;
|
|
};
|
|
|
|
&lpuart7 {
|
|
bootph-all;
|
|
};
|