arm/dts: AM33XX: Set the default status of module to "disabled" state
[deliverable/linux.git] / arch / arm / boot / dts / am335x-bone.dts
1 /*
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
10 /include/ "am33xx.dtsi"
11
12 / {
13 model = "TI AM335x BeagleBone";
14 compatible = "ti,am335x-bone", "ti,am33xx";
15
16 memory {
17 device_type = "memory";
18 reg = <0x80000000 0x10000000>; /* 256 MB */
19 };
20
21 ocp {
22 uart1: serial@44E09000 {
23 status = "okay";
24 };
25 };
26 };
This page took 0.04714 seconds and 5 git commands to generate.