mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
ARM: dts: stm32: Sort DH STM32 DHCOM DTSI
Sort the DTSI alphabetically. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
parent
2e5ebcfa6b
commit
3cd3e0aa06
1 changed files with 25 additions and 25 deletions
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
|
eeprom0 = &eeprom0;
|
||||||
i2c1 = &i2c2;
|
i2c1 = &i2c2;
|
||||||
i2c3 = &i2c4;
|
i2c3 = &i2c4;
|
||||||
i2c4 = &i2c5;
|
i2c4 = &i2c5;
|
||||||
|
@ -19,15 +20,14 @@
|
||||||
mmc1 = &sdmmc2;
|
mmc1 = &sdmmc2;
|
||||||
spi0 = &qspi;
|
spi0 = &qspi;
|
||||||
usb0 = &usbotg_hs;
|
usb0 = &usbotg_hs;
|
||||||
eeprom0 = &eeprom0;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config {
|
config {
|
||||||
u-boot,boot-led = "heartbeat";
|
|
||||||
u-boot,error-led = "error";
|
|
||||||
dh,som-coding-gpios = <&gpiof 12 0>, <&gpiof 13 0>, <&gpiof 15 0>;
|
|
||||||
dh,ddr3-coding-gpios = <&gpioz 6 0>, <&gpioz 7 0>;
|
dh,ddr3-coding-gpios = <&gpioz 6 0>, <&gpioz 7 0>;
|
||||||
dh,mac-coding-gpios = <&gpioc 3 0>;
|
dh,mac-coding-gpios = <&gpioc 3 0>;
|
||||||
|
dh,som-coding-gpios = <&gpiof 12 0>, <&gpiof 13 0>, <&gpiof 15 0>;
|
||||||
|
u-boot,boot-led = "heartbeat";
|
||||||
|
u-boot,error-led = "error";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -51,19 +51,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&phy0 {
|
|
||||||
/delete-property/ reset-gpios;
|
|
||||||
};
|
|
||||||
|
|
||||||
&pmic {
|
|
||||||
bootph-all;
|
|
||||||
bootph-pre-ram;
|
|
||||||
|
|
||||||
regulators {
|
|
||||||
bootph-pre-ram;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&flash0 {
|
&flash0 {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
|
|
||||||
|
@ -95,6 +82,19 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&phy0 {
|
||||||
|
/delete-property/ reset-gpios;
|
||||||
|
};
|
||||||
|
|
||||||
|
&pmic {
|
||||||
|
bootph-all;
|
||||||
|
bootph-pre-ram;
|
||||||
|
|
||||||
|
regulators {
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&qspi {
|
&qspi {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
@ -241,6 +241,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
®11 {
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
|
|
||||||
|
®18 {
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
|
|
||||||
&sdmmc1 {
|
&sdmmc1 {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
st,use-ckin;
|
st,use-ckin;
|
||||||
|
@ -303,14 +311,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
®11 {
|
|
||||||
bootph-pre-ram;
|
|
||||||
};
|
|
||||||
|
|
||||||
®18 {
|
|
||||||
bootph-pre-ram;
|
|
||||||
};
|
|
||||||
|
|
||||||
&usb33 {
|
&usb33 {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue