// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /dts-v1/; #include / { aliases { eeprom = &eeprom; }; chosen { stdout-path = &duart0; environment { compatible = "barebox,environment"; device-path = &environment_sd; }; }; aliases { mmc0 = &esdhc; }; }; &esdhc { #address-cells = <1>; #size-cells = <1>; partition@1000 { label = "barebox"; reg = <0x1000 0xdf000>; }; environment_sd: partition@e0000 { label = "barebox-environment"; reg = <0xe0000 0x20000>; }; }; &gpio0 { status = "okay"; }; &gpio1 { status = "okay"; }; &gpio2 { status = "okay"; }; &i2c0 { eeprom: eeprom@52 { compatible = "atmel,24c04"; }; non_existent_eeprom: eeprom@53 { }; }; /delete-node/ &non_existent_eeprom; &fman0 { ethernet@e0000 { status = "disabled"; }; ethernet@e2000 { status = "disabled"; }; ethernet@e4000 { phy-mode = "rgmii-id"; }; ethernet@e6000 { phy-mode = "rgmii-id"; }; ethernet@e8000 { }; ethernet@ea000 { }; ethernet@f0000 { }; ethernet@f2000 { }; mdio@fc000 { }; mdio@fd000 { }; mdio@e1000 { status = "disabled"; }; mdio@e3000 { status = "disabled"; }; mdio@e5000 { status = "disabled"; }; mdio@e7000 { status = "disabled"; }; mdio@e9000 { status = "disabled"; }; mdio@eb000 { status = "disabled"; }; mdio@f1000 { status = "disabled"; }; mdio@f3000 { status = "disabled"; }; }; &usb0 { dr_mode = "host"; }; &usb1 { maximum-speed = "high-speed"; dr_mode = "peripheral"; status = "okay"; }; &usb2 { dr_mode = "host"; }; &soc { pcie1: pcie@3400000 { status = "okay"; }; pcie2: pcie@3500000 { status = "okay"; }; pcie3: pcie@3600000 { status = "okay"; }; };