mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
40 lines
521 B
Text
40 lines
521 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2020 Jagan Teki <jagan@amarulasolutions.com>
|
||
|
*/
|
||
|
|
||
|
&{/soc@0} {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&aips1 {
|
||
|
u-boot,dm-spl;
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&aips2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&aips3 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&clk {
|
||
|
u-boot,dm-spl;
|
||
|
u-boot,dm-pre-reloc;
|
||
|
/delete-property/ assigned-clocks;
|
||
|
/delete-property/ assigned-clock-parents;
|
||
|
/delete-property/ assigned-clock-rates;
|
||
|
};
|
||
|
|
||
|
&iomuxc {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&osc_24m {
|
||
|
u-boot,dm-spl;
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|