From d6880772bb3f56f71109d748b5bc2069c7a27121 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 7 Oct 2014 13:31:31 -0500 Subject: [PATCH] auto generated: cape: crypto-00a0 Signed-off-by: Robert Nelson --- arch/arm/boot/dts/am335x-bone-crypto-00a0.dts | 53 +++++++++++++++++ .../boot/dts/am335x-boneblack-crypto-00a0.dts | 57 +++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 arch/arm/boot/dts/am335x-bone-crypto-00a0.dts create mode 100644 arch/arm/boot/dts/am335x-boneblack-crypto-00a0.dts diff --git a/arch/arm/boot/dts/am335x-bone-crypto-00a0.dts b/arch/arm/boot/dts/am335x-bone-crypto-00a0.dts new file mode 100644 index 0000000000000..9ba9a554d5c9d --- /dev/null +++ b/arch/arm/boot/dts/am335x-bone-crypto-00a0.dts @@ -0,0 +1,53 @@ +/* + * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ + * + * 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. + */ +/dts-v1/; + +#include "am33xx.dtsi" +#include "am335x-bone-common.dtsi" +#include "am335x-bone-common-pinmux.dtsi" + +/ { + model = "TI AM335x BeagleBone"; + compatible = "ti,am335x-bone", "ti,am33xx"; +}; + +&ldo3_reg { + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <3300000>; + regulator-always-on; +}; + +&ocp { + /* clkout2 */ + P9_41_pinmux { + status = "disabled"; + }; + /* mmc1 */ + P9_92_pinmux { + status = "disabled"; + }; +}; + +&mmc1 { + vmmc-supply = <&ldo3_reg>; +}; + +&am33xx_pinmux { + pinctrl-names = "default"; + pinctrl-0 = <&clkout2_pin>; +}; + +&sham { + status = "okay"; +}; + +&aes { + status = "okay"; +}; + +#include "am335x-bone-crypto-00a0.dtsi" diff --git a/arch/arm/boot/dts/am335x-boneblack-crypto-00a0.dts b/arch/arm/boot/dts/am335x-boneblack-crypto-00a0.dts new file mode 100644 index 0000000000000..db75e32284581 --- /dev/null +++ b/arch/arm/boot/dts/am335x-boneblack-crypto-00a0.dts @@ -0,0 +1,57 @@ +/* + * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ + * + * 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. + */ +/dts-v1/; + +#include "am33xx.dtsi" +#include "am335x-bone-common.dtsi" +#include "am335x-bone-common-pinmux.dtsi" + +/ { + model = "TI AM335x BeagleBone Black"; + compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"; +}; + +&dcdc1_reg { + /* VDD_DDR3 voltage 1.35V */ + regulator-name = "vdd_ddr3"; + regulator-min-microvolt = <1350000>; + regulator-max-microvolt = <1350000>; + regulator-boot-on; + regulator-always-on; +}; + +&ldo3_reg { + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; + regulator-always-on; +}; + +&ocp { + /* clkout2 */ + P9_41_pinmux { + status = "disabled"; + }; + /* mmc1 */ + P9_92_pinmux { + status = "disabled"; + }; +}; + +&mmc1 { + vmmc-supply = <&vmmcsd_fixed>; +}; + +&am33xx_pinmux { + pinctrl-names = "default"; + pinctrl-0 = <&clkout2_pin>; +}; + +#include "am335x-boneblack-emmc.dtsi" +#include "am335x-boneblack-nxp-hdmi-audio.dtsi" + +#include "am335x-bone-crypto-00a0.dtsi"