X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Farmada-3720-db.dts;h=83967eeac4cbdee2999f9fd3e94b0faca471abd7;hb=c14d4b0051df5f569fa33d9937af1db267ed6d34;hp=86110a6ae33095ac5af652a80052ac566b5f9c7b;hpb=850db82fcbfca9499c600334fd5fa431d87516cf;p=oweals%2Fu-boot.git diff --git a/arch/arm/dts/armada-3720-db.dts b/arch/arm/dts/armada-3720-db.dts index 86110a6ae3..83967eeac4 100644 --- a/arch/arm/dts/armada-3720-db.dts +++ b/arch/arm/dts/armada-3720-db.dts @@ -56,22 +56,67 @@ stdout-path = "serial0:115200n8"; }; + aliases { + ethernet0 = ð0; + i2c0 = &i2c0; + spi0 = &spi0; + }; + memory { device_type = "memory"; reg = <0x00000000 0x00000000 0x00000000 0x20000000>; }; }; +&comphy { + phy0 { + phy-type = ; + phy-speed = ; + }; + + phy1 { + phy-type = ; + phy-speed = ; + }; +}; + +ð0 { + status = "okay"; + phy-mode = "rgmii"; +}; + +&i2c0 { + status = "okay"; +}; + /* CON3 */ &sata { status = "okay"; }; +&spi0 { + status = "okay"; + + spi-flash@0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "st,m25p128", "spi-flash"; + reg = <0>; /* Chip select 0 */ + spi-max-frequency = <50000000>; + m25p,fast-read; + }; +}; + /* Exported on the micro USB connector CON32 through an FTDI */ &uart0 { status = "okay"; }; +/* CON29 */ +&usb2 { + status = "okay"; +}; + /* CON31 */ &usb3 { status = "okay";