ARM: dts: Add missing aliases for I2C bus controllers in exynos4412-m0.dts
When an I2C bus controller is added without a corresponding entry in
the aliases node the I2C core uses firs available number as the bus ID
which may be one of already reserved IDs for other controllers. E.g.
0...7 are reserved for hardware I2C bus controllers I2C0.I2C7.
Missing aliases were causing I2C0 bus adapter initialization to fail
due to bus ID 0 being assigned to one of the i2c-gpio controllers.
Fix this regression by adding corresponding node aliases.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>