mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +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>
66 lines
1 KiB
Text
66 lines
1 KiB
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2017
|
|
* Logic PD - http://www.logicpd.com
|
|
*/
|
|
|
|
#include "omap3-u-boot.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
/delete-property/ serial1;
|
|
/delete-property/ serial2;
|
|
};
|
|
|
|
ethernet@08000000 {
|
|
compatible = "smsc,lan9221","smsc,lan9115";
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
reg = <0x08000000 0xff>;
|
|
bank-width = <2>;
|
|
vddvario-supply = <&vddvario>;
|
|
vdd33a-supply = <&vdd33a>;
|
|
reg-io-width = <4>;
|
|
smsc,save-mac-address;
|
|
};
|
|
};
|
|
|
|
&i2c1 {
|
|
clock-frequency = <400000>;
|
|
/delete-property/ bootph-pre-ram;
|
|
};
|
|
|
|
&i2c2 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
&gpio1 {
|
|
/delete-property/ bootph-pre-ram;
|
|
};
|
|
|
|
&gpio2 {
|
|
/delete-property/ bootph-pre-ram;
|
|
};
|
|
|
|
&gpio3 {
|
|
/delete-property/ bootph-pre-ram;
|
|
};
|
|
|
|
&gpio4 {
|
|
/delete-property/ bootph-pre-ram;
|
|
};
|
|
|
|
&gpio5 {
|
|
/delete-property/ bootph-pre-ram;
|
|
};
|
|
|
|
&gpio6 {
|
|
/delete-property/ bootph-pre-ram;
|
|
};
|
|
|
|
/delete-node/ &bandgap;
|
|
/delete-node/ &uart2;
|
|
/delete-node/ &uart3;
|
|
/delete-node/ &mmc2;
|
|
/delete-node/ &mmc3;
|
|
/delete-node/ &thermal_zones;
|