Hi Johan, thanks for the additional feedback. I'll send a v4 with your fixes included. >> + partitions { >> + compatible = "fixed-partitions"; >> + #address-cells = <1>; >> + #size-cells = <1>; >> + >> + loader@8000 { >> + label = "loader"; >> + reg = <0x0 0x3F8000>; >> + }; >> + >> + env@3f8000 { >> + label = "env"; >> + reg = <0x3F8000 0x8000>; >> + }; >> + >> + vendor@7c0000 { >> + label = "vendor"; >> + reg = <0x7C0000 0x40000>; >> + }; >> + }; > > Partitions are normaly up to the user and should not be included to dts > files, > else could you explain why we need this exception? > Right. I don't see any reason why we would need to keep it either. I'll remove it. Tobias