X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fdts%2Fomap5-u-boot.dtsi;h=1eb50cd4381af5eb8405a5c8d5b98f66d8dd661e;hb=7ff485c68b7e5573e5a4a877066e98398283a24f;hp=2eeed6f4a0123e1e9e5b5c67a2298dc467d434ca;hpb=2dc5b553b9bcd701bd7abd60f99f407cb0c37762;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 2eeed6f..1eb50cd 100644 --- a/arch/arm/dts/omap5-u-boot.dtsi +++ b/arch/arm/dts/omap5-u-boot.dtsi @@ -15,9 +15,17 @@ 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; + }; }; }; @@ -60,10 +68,34 @@ }; }; +&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; +};