@@ -22,9 +22,23 @@ aliases {
};
chosen {
+ #address-cells = <2>;
+ #size-cells = <1>;
+ ranges;
+
/* Bootloader expects bootargs specified otherwise it crashes */
bootargs = "";
stdout-path = &serial_0;
+
+ /* Use display framebuffer as setup by bootloader */
+ framebuffer0: framebuffer@fac00000 {
+ compatible = "simple-framebuffer";
+ reg = <0x0 0xfac00000 (1080 * 2400 * 4)>;
+ width = <1080>;
+ height = <2400>;
+ stride = <(1080 * 4)>;
+ format = "a8r8g8b8";
+ };
};
gpio-keys {
@@ -68,6 +82,13 @@ ufs_0_fixed_vcc_reg: regulator-1 {
regulator-boot-on;
enable-active-high;
};
+
+ reserved-memory {
+ cont_splash_mem: splash@fac00000 {
+ reg = <0x0 0xfac00000 (1080 * 2400 * 4)>;
+ no-map;
+ };
+ };
};
&ext_24_5m {