X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Fomap5-u-boot.dtsi;h=1eb50cd4381af5eb8405a5c8d5b98f66d8dd661e;hb=7ff485c68b7e5573e5a4a877066e98398283a24f;hp=17602909a61d09f670f9dfb71abb4c7f034ec8bc;hpb=d43ef73bf26614af9b01fd57baa1a1fcf24bfade;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index 1760290..1eb50cd 100644 --- a/arch/arm/dts/omap5-u-boot.dtsi +++ b/arch/arm/dts/omap5-u-boot.dtsi @@ -8,21 +8,35 @@ */ /{ + chosen { + tick-timer = &timer2; + }; + ocp { u-boot,dm-spl; + ocp2scp@4a080000 { + compatible = "ti,omap-ocp2scp", "simple-bus"; + }; + ocp2scp@4a090000 { compatible = "ti,omap-ocp2scp", "simple-bus"; }; + + bandgap@4a0021e0 { + u-boot,dm-spl; + }; }; }; &uart1 { u-boot,dm-spl; + reg-shift = <2>; }; &uart3 { u-boot,dm-spl; + reg-shift = <2>; }; &mmc1 { @@ -49,14 +63,39 @@ u-boot,dm-spl; m25p80@0 { + compatible = "spi-flash"; u-boot,dm-spl; }; }; +&gpio1 { + u-boot,dm-spl; +}; + &gpio2 { u-boot,dm-spl; }; +&gpio3 { + u-boot,dm-spl; +}; + +&gpio4 { + u-boot,dm-spl; +}; + +&gpio5 { + u-boot,dm-spl; +}; + +&gpio6 { + u-boot,dm-spl; +}; + &gpio7 { u-boot,dm-spl; }; + +&i2c1 { + u-boot,dm-spl; +};