2018-05-18 21:54:39 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2018-04-11 12:32:20 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
2019-06-04 13:49:58 +00:00
|
|
|
aliases {
|
|
|
|
usb0 = &usbotg;
|
2019-08-14 09:27:06 +00:00
|
|
|
video0 = &ipu1;
|
2019-06-04 13:49:58 +00:00
|
|
|
};
|
|
|
|
|
2018-04-11 12:32:20 +00:00
|
|
|
soc {
|
|
|
|
u-boot,dm-spl;
|
2019-08-14 09:27:06 +00:00
|
|
|
u-boot,dm-pre-reloc;
|
2018-04-11 12:32:20 +00:00
|
|
|
|
2019-02-01 16:40:14 +00:00
|
|
|
aips-bus@2000000 {
|
2018-04-11 12:32:20 +00:00
|
|
|
u-boot,dm-spl;
|
2019-02-20 14:53:56 +00:00
|
|
|
spba-bus@2000000 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2018-04-11 12:32:20 +00:00
|
|
|
};
|
|
|
|
|
2019-02-01 16:40:14 +00:00
|
|
|
aips-bus@2100000 {
|
2018-04-11 12:32:20 +00:00
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&iomuxc {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2019-08-14 09:27:06 +00:00
|
|
|
|
|
|
|
&ipu1 {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|