u-boot/arch/sandbox
Przemyslaw Marczak 9038cd5313 sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dts
This commit adds dtsi file for Sandbox PMIC.
It fully describes the PMIC by:
- i2c emul node - with a default settings of 16 registers
- 2x buck regulator nodes
- 2x ldo regulator nodes

The default register settings are set with preprocessor macros:
- VAL2REG(min[uV/uA], step[uV/uA], val[uV/uA])
- VAL2OMREG(mode id)
Both defined in file:
- include/dt-bindings/pmic/sandbox_pmic.h

The Voltage ranges of each regulator can be found in:
- include/power/sandbox_pmic.h

The new file is included into:
- sandbox.dts
- test.dts

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested on sandbox:
Tested-by: Simon Glass <sjg@chromium.org>
2015-05-14 19:59:21 -06:00
..
cpu sandbox: Add missing errno.h includes in a few files 2015-05-14 18:49:34 -06:00
dts sandbox: dts: add sandbox_pmic.dtsi and include it to sandbox.dts and test.dts 2015-05-14 19:59:21 -06:00
include/asm sandbox: Don't try distro_bootcmd by default 2015-05-06 12:48:36 -06:00
lib sandbox: Add support for bootz 2015-04-19 14:45:57 -06:00
Kconfig dm: select CONFIG_DM* options 2015-04-18 11:11:30 -06:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00
config.mk generic-board: select SYS_GENERIC_BOARD for some architectures 2015-03-28 09:03:08 -04:00