blob: 4b0ac84b8a4e45812746f45e435569c07f1164b5 [file] [log] [blame]
/*
* Copyright (C) 2013 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "imx6dl-sabresd.dts"
&cpu0 {
arm-supply = <&reg_arm>;
soc-supply = <&reg_soc>;
pu-supply = <&reg_pu>; /* use pu_dummy if VDDSOC share with VDDPU */
};
&gpc {
fsl,ldo-bypass = <0>; /* use ldo-bypass, u-boot will check it and configure */
fsl,wdog-reset = <1>; /* watchdog select of reset source */
pu-supply = <&reg_pu>; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */
};
&gpu {
pu-supply = <&reg_pu>; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */
};
&vpu {
pu-supply = <&reg_pu>; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */
};
&wdog1 {
status = "okay";
};
&wdog2 {
status = "disabled";
};