diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-05-16 11:24:25 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:47:48 -0400 |
commit | a1b4885153c5fbc26ace38292dee3b3f2b86e3e8 (patch) | |
tree | 50e7a240fe9941af2931d9688a7e4a980908dabc /arch/arm/dts/am335x-bone-common.dtsi | |
parent | 505ea6e82a3c7eafd946cee788f8985e7573bf52 (diff) |
ARM: dts: am335x-bone: Enable uart and timer
Allow am335x-bone.dts to be built and enable uart and timer
for all beaglebones.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/am335x-bone-common.dtsi')
-rw-r--r-- | arch/arm/dts/am335x-bone-common.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-bone-common.dtsi b/arch/arm/dts/am335x-bone-common.dtsi index fec78349c1..a00c0cd4b4 100644 --- a/arch/arm/dts/am335x-bone-common.dtsi +++ b/arch/arm/dts/am335x-bone-common.dtsi @@ -13,6 +13,11 @@ }; }; + chosen { + stdout-path = &uart0; + tick-timer = &timer2; + }; + memory { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ |