diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-13 19:00:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-13 19:00:29 -0400 |
commit | cc66dcdd16a88a56791d1951bca54b3048e3f96c (patch) | |
tree | 197ce1f2c53275b07f119aee5303cee6ba5a64a3 /arch/arm/dts/rk3288-vyasa-u-boot.dtsi | |
parent | ee5f24909f0b35befb0d1436221cea58cf823865 (diff) | |
parent | 1e84e44cfec952006f30c42bbab5d7e170776549 (diff) |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'arch/arm/dts/rk3288-vyasa-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3288-vyasa-u-boot.dtsi | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3288-vyasa-u-boot.dtsi b/arch/arm/dts/rk3288-vyasa-u-boot.dtsi new file mode 100644 index 0000000000..6017ca2ddc --- /dev/null +++ b/arch/arm/dts/rk3288-vyasa-u-boot.dtsi @@ -0,0 +1,33 @@ +/* + * Copyright (C) 2017 Jagan Teki <jagan@amarulasolutions.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +&dmc { + rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa + 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7 + 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0 + 0x1 0x7 0x7 0x4 0xc 0x43 0x100 0x0 + 0x5 0x0>; + rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 + 0xa60 0x40 0x10 0x0>; + /* Add a dummy value to cause of-platdata think this is bytes */ + rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; +}; + +&sdmmc { + u-boot,dm-pre-reloc; +}; + +&emmc { + u-boot,dm-pre-reloc; +}; + +&uart2 { + u-boot,dm-pre-reloc; +}; + +&pinctrl { + u-boot,dm-pre-reloc; +}; |