compatible = "st,stih407-b2120", "st,stih407";
  
        chosen {
 -              bootargs = "console=ttyAS0,115200 clk_ignore_unused";
 +              bootargs = "clk_ignore_unused";
-               linux,stdout-path = &sbc_serial0;
+               stdout-path = &sbc_serial0;
        };
  
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
 
        compatible = "st,stih410-b2120", "st,stih410";
  
        chosen {
 -              bootargs = "console=ttyAS0,115200 clk_ignore_unused";
 +              bootargs = "clk_ignore_unused";
-               linux,stdout-path = &sbc_serial0;
+               stdout-path = &sbc_serial0;
        };
  
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
 
        compatible = "st,stih410-b2260", "st,stih410";
  
        chosen {
 -              bootargs = "console=ttyAS1,115200 clk_ignore_unused";
 +              bootargs = "clk_ignore_unused";
-               linux,stdout-path = &uart1;
+               stdout-path = &uart1;
        };
  
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x40000000>;
        };
 
        compatible = "st,stih418-b2199", "st,stih418";
  
        chosen {
 -              bootargs = "console=ttyAS0,115200 clk_ignore_unused";
 +              bootargs = "clk_ignore_unused";
-               linux,stdout-path = &sbc_serial0;
+               stdout-path = &sbc_serial0;
        };
  
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0xc0000000>;
        };
 
  &mmc0 {
        pinctrl-names = "default";
        pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bpi_m2>;
 -      vmmc-supply = <®_vcc3v0>;
 +      vmmc-supply = <®_dcdc1>;
        bus-width = <4>;
-       cd-gpios = <&pio 0 4 GPIO_ACTIVE_HIGH>; /* PA4 */
-       cd-inverted;
+       cd-gpios = <&pio 0 4 GPIO_ACTIVE_LOW>; /* PA4 */
        status = "okay";
  };