u-boot-brain/arch/arm/dts/am437x-gp-evm-u-boot.dtsi
Faiz Abbas f9dd35330b arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi
Add scm_conf syscon node and its parents as well as the ethernet phy
node to u-boot.dtsi. This enables ethernet boot.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2020-02-13 21:39:17 +05:30

61 lines
695 B
Plaintext

/*
* 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"
*/
#include "am4372-u-boot.dtsi"
/{
ocp {
u-boot,dm-spl;
};
};
&uart0 {
u-boot,dm-spl;
};
&mmc1 {
u-boot,dm-spl;
};
&mac {
u-boot,dm-spl;
};
&davinci_mdio {
u-boot,dm-spl;
};
&cpsw_emac0 {
u-boot,dm-spl;
};
&phy_sel {
u-boot,dm-spl;
};
&i2c0 {
u-boot,dm-spl;
};
&l4_wkup {
u-boot,dm-spl;
};
&scm {
u-boot,dm-spl;
};
&scm_conf {
u-boot,dm-spl;
};
&ethphy0 {
u-boot,dm-spl;
};