9
0
Fork 0
barebox/arch/arm/dts/dm644x.dtsi

48 lines
940 B
Plaintext

#include "skeleton.dtsi"
/ {
soc {
compatible = "simple-bus";
model = "TI TMS320DM644x";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x01c00000 0x400000>;
serial0: serial@1c20000 {
compatible = "ns16550a";
reg = <0x20000 0x400>;
reg-shift = <2>;
status = "disabled";
};
wdt: wdt@1c21000 {
compatible = "ti,davinci-wdt";
reg = <0x21C00 0x1000>;
status = "disabled";
};
gpio: gpio@1c67000 {
compatible = "ti,dm6441-gpio";
gpio-controller;
reg = <0x67000 0x800>;
#gpio-cells = <2>;
ti,ngpio = <71>;
status = "disabled";
};
};
nand@0x02000000 {
compatible = "ti,davinci-nand";
reg = <0x02000000 0x2000000
0x01E00000 0x1000>;
ti,davinci-chipselect = <0>;
ti,davinci-mask-ale = <0>;
ti,davinci-mask-cle = <0>;
ti,davinci-mask-chipsel = <0>;
nand-ecc-mode = "hw";
ti,davinci-ecc-bits = <1>;
nand-on-flash-bbt;
status = "disabled";
};
};