]> Git Repo - u-boot.git/blobdiff - arch/arm/dts/rk3288-phycore-rdk-u-boot.dtsi
Merge tag 'xilinx-for-v2025.01-rc1-v2' of https://source.denx.de/u-boot/custodians...
[u-boot.git] / arch / arm / dts / rk3288-phycore-rdk-u-boot.dtsi
index 383b383acc48b679ea707699d0371c55ffbe34b1..12096eec54fc76cc4578984bd2e264a53574916c 100644 (file)
@@ -2,6 +2,16 @@
 
 #include "rk3288-u-boot.dtsi"
 
+/ {
+       aliases {
+               eeprom0 = &i2c_eeprom_id;
+       };
+
+       chosen {
+               stdout-path = &uart2;
+       };
+};
+
 &dmc {
        rockchip,num-channels = <2>;
        rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa
                        bootph-all;
                };
        };
+
+       /* M24C32-D Identification page */
+       i2c_eeprom_id: eeprom@58 {
+               bootph-all;
+
+               compatible = "atmel,24c32";
+               reg = <0x58>;
+               pagesize = <32>;
+       };
 };
 
 &pinctrl {
This page took 0.038211 seconds and 4 git commands to generate.