Skip to content
Snippets Groups Projects
Commit 3e22fc33 authored by Robert Nelson's avatar Robert Nelson
Browse files

am335x: enable sgx

parent 12c8eb0e
No related branches found
No related tags found
No related merge requests found
Showing with 57 additions and 4 deletions
......@@ -17,6 +17,10 @@
compatible = "arrow,am335x-abbbi", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&ldo3_reg {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
......
......@@ -16,6 +16,10 @@
compatible = "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&ldo3_reg {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
......
......@@ -16,6 +16,10 @@
compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&cpu0_opp_table {
/*
* All PG 2.0 silicon may not support 1GHz but some of the early
......
......@@ -15,6 +15,10 @@
compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&cpu0_opp_table {
/*
* All PG 2.0 silicon may not support 1GHz but some of the early
......
......@@ -30,6 +30,10 @@
};
};
&sgx {
status = "okay";
};
&am33xx_pinmux {
bt_pins: pinmux_bt_pins {
pinctrl-single,pins = <
......
......@@ -12,15 +12,15 @@
#include "am335x-boneblack-common.dtsi"
/* #include "am335x-bone-jtag.dtsi" */
&sgx {
status = "okay";
};
/ {
model = "TI AM335x BeagleBone Black";
compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&cpu0_opp_table {
/*
* All PG 2.0 silicon may not support 1GHz but some of the early
......
......@@ -162,6 +162,10 @@
spi1 = &spi1;
};
&sgx {
status = "okay";
};
&cpu0_opp_table {
/*
* All PG 2.0 silicon may not support 1GHz but some of the early
......
......@@ -16,6 +16,11 @@
compatible = "ti,am335x-bone-green-wireless", "ti,am335x-bone-green", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&ldo3_reg {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
......
......@@ -30,6 +30,10 @@
};
};
&sgx {
status = "okay";
};
&am33xx_pinmux {
bt_pins: pinmux_bt_pins {
pinctrl-single,pins = <
......
......@@ -16,3 +16,7 @@
model = "TI AM335x BeagleBone Green";
compatible = "ti,am335x-bone-green", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
......@@ -10,6 +10,10 @@
#include "am33xx.dtsi"
#include "am335x-pocketbeagle-common.dtsi"
&sgx {
status = "okay";
};
&spi0 {
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -16,6 +16,10 @@
compatible = "sancloud,am335x-boneenhanced", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&ldo3_reg {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
......
......@@ -15,6 +15,10 @@
compatible = "sancloud,am335x-boneenhanced", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&ldo3_reg {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
......
......@@ -18,6 +18,10 @@
compatible = "sancloud,am335x-boneenhanced", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
};
&sgx {
status = "okay";
};
&mmc2 {
ti,vcc-aux-disable-is-sleep;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment