2017-02-10 15:07:18 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
* Based on "dra7.dtsi"
|
|
|
|
*/
|
|
|
|
|
|
|
|
/{
|
2017-08-21 07:21:00 +00:00
|
|
|
chosen {
|
|
|
|
tick-timer = &timer2;
|
|
|
|
};
|
|
|
|
|
2018-12-15 16:43:28 +00:00
|
|
|
aliases {
|
|
|
|
usb0 = &usb1;
|
|
|
|
usb1 = &usb2;
|
|
|
|
};
|
|
|
|
|
2017-02-10 15:07:18 +00:00
|
|
|
ocp {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-04-24 09:51:30 +00:00
|
|
|
|
2018-11-29 09:57:43 +00:00
|
|
|
ocp2scp@4a080000 {
|
|
|
|
compatible = "ti,omap-ocp2scp", "simple-bus";
|
|
|
|
};
|
|
|
|
|
2017-04-24 09:51:30 +00:00
|
|
|
ocp2scp@4a090000 {
|
|
|
|
compatible = "ti,omap-ocp2scp", "simple-bus";
|
|
|
|
};
|
2017-11-14 10:42:32 +00:00
|
|
|
|
|
|
|
bandgap@4a0021e0 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-08-21 07:21:00 +00:00
|
|
|
reg-shift = <2>;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart3 {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-08-21 07:21:00 +00:00
|
|
|
reg-shift = <2>;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&mmc1 {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&mmc2 {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&l4_cfg {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&scm {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&scm_conf {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&qspi {
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-02-10 15:07:18 +00:00
|
|
|
|
|
|
|
m25p80@0 {
|
2019-02-10 10:16:20 +00:00
|
|
|
compatible = "jedec,spi-nor";
|
2017-06-16 08:42:58 +00:00
|
|
|
u-boot,dm-spl;
|
2017-02-10 15:07:18 +00:00
|
|
|
};
|
|
|
|
};
|
2017-06-27 08:20:58 +00:00
|
|
|
|
2017-09-21 02:52:35 +00:00
|
|
|
&gpio1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2017-06-27 08:20:58 +00:00
|
|
|
&gpio2 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2017-09-21 02:52:35 +00:00
|
|
|
&gpio3 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio4 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio5 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio6 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2017-06-27 08:20:58 +00:00
|
|
|
&gpio7 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
2018-12-07 13:50:44 +00:00
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|