diff options
author | Peng Fan <peng.fan@nxp.com> | 2017-04-13 06:09:50 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-05-18 09:24:33 (GMT) |
commit | 896d2e82e6d408f6885ae000b707710e0f1a17fc (patch) | |
tree | 1230ef060651c4ad8fa890e8170d3c6b8152d74a /arch/arm/dts/imx7d-sdb.dts | |
parent | 993274f485c4c2a8585211e6e545fe5dac3ef125 (diff) | |
download | u-boot-fsl-qoriq-896d2e82e6d408f6885ae000b707710e0f1a17fc.tar.xz |
arm: dts: imx7d-sdb add basic dts
Add basic dts for i.MX7D-SDB board.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/dts/imx7d-sdb.dts')
-rw-r--r-- | arch/arm/dts/imx7d-sdb.dts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/dts/imx7d-sdb.dts b/arch/arm/dts/imx7d-sdb.dts new file mode 100644 index 0000000..0378897 --- /dev/null +++ b/arch/arm/dts/imx7d-sdb.dts @@ -0,0 +1,19 @@ +/* + * Copyright 2017 NXP + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/dts-v1/; + +#include "imx7d.dtsi" + +/ { + model = "Freescale i.MX7 SabreSD Board"; + compatible = "fsl,imx7d-sdb", "fsl,imx7d"; + + memory { + reg = <0x80000000 0x80000000>; + }; + +}; |