9
0
Fork 0

ARM: dts: Karo TX25: add barebox specifics

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-01-27 15:10:44 +01:00
parent 895f43dc9a
commit 2cca917c48
1 changed files with 35 additions and 0 deletions

View File

@ -16,6 +16,15 @@
model = "Ka-Ro TX25"; model = "Ka-Ro TX25";
compatible = "karo,imx25-tx25", "fsl,imx25"; compatible = "karo,imx25-tx25", "fsl,imx25";
chosen {
linux,stdout-path = &uart1;
environment@0 {
compatible = "barebox,environment";
device-path = &nfc, "partname:environment";
};
};
regulators { regulators {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
@ -98,11 +107,37 @@
status = "okay"; status = "okay";
}; };
&iim {
barebox,provide-mac-address = <&fec 0 26>;
};
&nfc { &nfc {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_nfc>; pinctrl-0 = <&pinctrl_nfc>;
#address-cells = <1>;
#size-cells = <1>;
nand-on-flash-bbt; nand-on-flash-bbt;
nand-ecc-mode = "hw"; nand-ecc-mode = "hw";
nand-bus-width = <8>; nand-bus-width = <8>;
status = "okay"; status = "okay";
partition@0 {
label = "boot";
reg = <0x0 0x80000>;
};
partition@1 {
label = "environment";
reg = <0x80000 0x80000>;
};
partition@2 {
label = "kernel";
reg = <0x100000 0x400000>;
};
partition@3 {
label = "root";
reg = <0x500000 0x7b00000>;
};
}; };