diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi b/roms/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi new file mode 100644 index 000000000..7832c9ab5 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi @@ -0,0 +1,70 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2017 + * Logic PD - http://www.logicpd.com + */ + +#include "omap3-u-boot.dtsi" + +/ { + chosen { + stdout-path = &uart1; + }; + + aliases { + /delete-property/ serial1; + /delete-property/ serial2; + }; + + ethernet@08000000 { + compatible = "smsc,lan9221","smsc,lan9115"; + reg = <0x08000000 0xff>; + bank-width = <2>; + vddvario-supply = <&vddvario>; + vdd33a-supply = <&vdd33a>; + reg-io-width = <4>; + smsc,save-mac-address; + }; +}; + +&gpio1 { + /delete-property/ u-boot,dm-spl; +}; + +&gpio2 { + /delete-property/ u-boot,dm-spl; +}; + +&gpio3 { + /delete-property/ u-boot,dm-spl; +}; + +&gpio4 { + /delete-property/ u-boot,dm-spl; +}; + +&gpio5 { + /delete-property/ u-boot,dm-spl; +}; + +&gpio6 { + /delete-property/ u-boot,dm-spl; +}; + +&i2c1 { + clock-frequency = <400000>; + /delete-property/ u-boot,dm-spl; +}; + +&i2c2 { + clock-frequency = <400000>; + /delete-property/ u-boot,dm-spl; +}; + +/delete-node/ &bandgap; +/delete-node/ &uart2; +/delete-node/ &uart3; +/delete-node/ &mmc2; +/delete-node/ &mmc3; +/delete-node/ &thermal_zones; + |