blob: 83d40f7655e52503d76537a4ceca1c76e3023e97 [file] [log] [blame]
AnilKumar Ch6a66a8b2012-06-22 15:10:50 +05301/*
2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8/dts-v1/;
9
Florian Vaussardeb33ef662013-06-03 16:12:22 +020010#include "am33xx.dtsi"
Koen Kooi2ba35492013-09-09 16:29:21 +020011#include "am335x-bone-common.dtsi"
Matt Porter55b44522013-09-10 14:24:39 -050012
Nishanth Menon9a15fff2014-09-03 11:03:10 -050013/ {
14 model = "TI AM335x BeagleBone";
15 compatible = "ti,am335x-bone", "ti,am33xx";
16};
17
Matt Porter55b44522013-09-10 14:24:39 -050018&ldo3_reg {
19 regulator-min-microvolt = <1800000>;
20 regulator-max-microvolt = <3300000>;
21 regulator-always-on;
22};
23
24&mmc1 {
Matt Porter55b44522013-09-10 14:24:39 -050025 vmmc-supply = <&ldo3_reg>;
26};
Mark A. Greerf8302e12013-08-23 14:12:35 -070027
28&sham {
29 status = "okay";
30};
Mark A. Greer99919e5e2013-08-23 14:12:36 -070031
32&aes {
33 status = "okay";
34};