Commit 99f698e2 authored by Marco Felsch's avatar Marco Felsch Committed by Shawn Guo

ARM: dts: pfla02: prepare storage devices to add paritions

Partitions in the NOR and EEPROM are application specific. Prepare the
SoM device tree so platform device tree's can add partitions.
Signed-off-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Acked-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9e98c678
......@@ -79,7 +79,7 @@ &ecspi3 {
status = "okay";
cs-gpios = <&gpio4 24 0>;
flash@0 {
som_flash: flash@0 {
compatible = "m25p80", "jedec,spi-nor";
spi-max-frequency = <20000000>;
reg = <0>;
......@@ -120,7 +120,7 @@ &i2c1 {
pinctrl-0 = <&pinctrl_i2c1>;
status = "okay";
eeprom@50 {
som_eeprom: eeprom@50 {
compatible = "atmel,24c32";
reg = <0x50>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment