mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 03:36:59 +02:00
arm: dts: am3x: Non-functional changes sync with v6.3-rc6
This is a collection of all the whitespace, renames, comment, and other changes that should not change the DT functionality from Linux v6.3-rc6. Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
parent
1dfb028e04
commit
211b3d7263
@ -371,7 +371,6 @@
|
|||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
pinctrl-0 = <&davinci_mdio_default>;
|
pinctrl-0 = <&davinci_mdio_default>;
|
||||||
pinctrl-1 = <&davinci_mdio_sleep>;
|
pinctrl-1 = <&davinci_mdio_sleep>;
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
ethphy0: ethernet-phy@0 {
|
ethphy0: ethernet-phy@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
@ -85,8 +85,13 @@
|
|||||||
audio-ports = < TDA998x_I2S 0x03>;
|
audio-ports = < TDA998x_I2S 0x03>;
|
||||||
|
|
||||||
ports {
|
ports {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
port@0 {
|
port@0 {
|
||||||
hdmi_0: endpoint@0 {
|
reg = <0>;
|
||||||
|
|
||||||
|
hdmi_0: endpoint {
|
||||||
remote-endpoint = <&lcdc_0>;
|
remote-endpoint = <&lcdc_0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
startup-delay-us= <70000>;
|
startup-delay-us = <70000>;
|
||||||
|
|
||||||
/* WL_EN */
|
/* WL_EN */
|
||||||
gpio = <&gpio3 9 0>;
|
gpio = <&gpio3 9 0>;
|
||||||
|
@ -168,3 +168,7 @@
|
|||||||
"NC",
|
"NC",
|
||||||
"NC";
|
"NC";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&baseboard_eeprom {
|
||||||
|
vcc-supply = <&ldo4_reg>;
|
||||||
|
};
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
startup-delay-us= <70000>;
|
startup-delay-us = <70000>;
|
||||||
|
|
||||||
/* WL_EN */
|
/* WL_EN */
|
||||||
gpio = <&gpio3 9 0>;
|
gpio = <&gpio3 9 0>;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
startup-delay-us= <70000>;
|
startup-delay-us = <70000>;
|
||||||
|
|
||||||
/* WL_EN */
|
/* WL_EN */
|
||||||
gpio = <&gpio0 26 0>;
|
gpio = <&gpio0 26 0>;
|
||||||
|
@ -22,12 +22,16 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x10000000>; /* 256 MB */
|
reg = <0x80000000 0x10000000>; /* 256 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
vbat: fixedregulator@0 {
|
chosen {
|
||||||
|
stdout-path = &uart0;
|
||||||
|
};
|
||||||
|
|
||||||
|
vbat: fixedregulator0 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vbat";
|
regulator-name = "vbat";
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
@ -35,13 +39,13 @@
|
|||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
lis3_reg: fixedregulator@1 {
|
lis3_reg: fixedregulator1 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "lis3_reg";
|
regulator-name = "lis3_reg";
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
wlan_en_reg: fixedregulator@2 {
|
wlan_en_reg: fixedregulator2 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
@ -75,18 +79,18 @@
|
|||||||
0x0201006c>; /* DOWN */
|
0x0201006c>; /* DOWN */
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_keys: volume_keys@0 {
|
gpio_keys: volume-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
autorepeat;
|
autorepeat;
|
||||||
|
|
||||||
switch@9 {
|
switch-9 {
|
||||||
label = "volume-up";
|
label = "volume-up";
|
||||||
linux,code = <115>;
|
linux,code = <115>;
|
||||||
gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
||||||
gpio-key,wakeup;
|
gpio-key,wakeup;
|
||||||
};
|
};
|
||||||
|
|
||||||
switch@10 {
|
switch-10 {
|
||||||
label = "volume-down";
|
label = "volume-down";
|
||||||
linux,code = <114>;
|
linux,code = <114>;
|
||||||
gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
|
||||||
@ -342,7 +346,7 @@
|
|||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
am335x_evm_audio_pins: am335x_evm_audio_pins {
|
mcasp1_pins: mcasp1_pins {
|
||||||
pinctrl-single,pins = <
|
pinctrl-single,pins = <
|
||||||
AM33XX_PADCONF(AM335X_PIN_MII1_CRS, PIN_INPUT_PULLDOWN, MUX_MODE4) /* mii1_crs.mcasp1_aclkx */
|
AM33XX_PADCONF(AM335X_PIN_MII1_CRS, PIN_INPUT_PULLDOWN, MUX_MODE4) /* mii1_crs.mcasp1_aclkx */
|
||||||
AM33XX_PADCONF(AM335X_PIN_MII1_RX_ER, PIN_INPUT_PULLDOWN, MUX_MODE4) /* mii1_rxerr.mcasp1_fsx */
|
AM33XX_PADCONF(AM335X_PIN_MII1_RX_ER, PIN_INPUT_PULLDOWN, MUX_MODE4) /* mii1_rxerr.mcasp1_fsx */
|
||||||
@ -483,7 +487,7 @@
|
|||||||
&epwmss0 {
|
&epwmss0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ecap0: ecap@100 {
|
ecap0: pwm@100 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ecap0_pins>;
|
pinctrl-0 = <&ecap0_pins>;
|
||||||
@ -531,7 +535,7 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "NAND.SPL";
|
label = "NAND.SPL";
|
||||||
reg = <0x00000000 0x000020000>;
|
reg = <0x00000000 0x00020000>;
|
||||||
};
|
};
|
||||||
partition@1 {
|
partition@1 {
|
||||||
label = "NAND.SPL.backup1";
|
label = "NAND.SPL.backup1";
|
||||||
@ -575,19 +579,19 @@
|
|||||||
#include "tps65910.dtsi"
|
#include "tps65910.dtsi"
|
||||||
|
|
||||||
&mcasp1 {
|
&mcasp1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&am335x_evm_audio_pins>;
|
pinctrl-0 = <&mcasp1_pins>;
|
||||||
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
op-mode = <0>; /* MCASP_IIS_MODE */
|
op-mode = <0>; /* MCASP_IIS_MODE */
|
||||||
tdm-slots = <2>;
|
tdm-slots = <2>;
|
||||||
/* 4 serializers */
|
/* 4 serializers */
|
||||||
serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
|
serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */
|
||||||
0 0 1 2
|
0 0 1 2
|
||||||
>;
|
>;
|
||||||
tx-num-evt = <32>;
|
tx-num-evt = <32>;
|
||||||
rx-num-evt = <32>;
|
rx-num-evt = <32>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&tps {
|
&tps {
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x10000000>; /* 256 MB */
|
reg = <0x80000000 0x10000000>; /* 256 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
vbat: fixedregulator@0 {
|
vbat: fixedregulator0 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vbat";
|
regulator-name = "vbat";
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
@ -42,13 +42,13 @@
|
|||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
lis3_reg: fixedregulator@1 {
|
lis3_reg: fixedregulator1 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "lis3_reg";
|
regulator-name = "lis3_reg";
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
wl12xx_vmmc: fixedregulator@2 {
|
wl12xx_vmmc: fixedregulator2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&wl12xx_gpio>;
|
pinctrl-0 = <&wl12xx_gpio>;
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
@ -60,7 +60,7 @@
|
|||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
|
||||||
vtt_fixed: fixedregulator@3 {
|
vtt_fixed: fixedregulator3 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vtt";
|
regulator-name = "vtt";
|
||||||
regulator-min-microvolt = <1500000>;
|
regulator-min-microvolt = <1500000>;
|
||||||
@ -77,26 +77,26 @@
|
|||||||
|
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
led@1 {
|
led1 {
|
||||||
label = "evmsk:green:usr0";
|
label = "evmsk:green:usr0";
|
||||||
gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@2 {
|
led2 {
|
||||||
label = "evmsk:green:usr1";
|
label = "evmsk:green:usr1";
|
||||||
gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@3 {
|
led3 {
|
||||||
label = "evmsk:green:mmc0";
|
label = "evmsk:green:mmc0";
|
||||||
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "mmc0";
|
linux,default-trigger = "mmc0";
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@4 {
|
led4 {
|
||||||
label = "evmsk:green:heartbeat";
|
label = "evmsk:green:heartbeat";
|
||||||
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
@ -104,36 +104,38 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_buttons: gpio_buttons@0 {
|
gpio_buttons: gpio_buttons0 {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
switch@1 {
|
switch1 {
|
||||||
label = "button0";
|
label = "button0";
|
||||||
linux,code = <0x100>;
|
linux,code = <0x100>;
|
||||||
gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
switch@2 {
|
switch2 {
|
||||||
label = "button1";
|
label = "button1";
|
||||||
linux,code = <0x101>;
|
linux,code = <0x101>;
|
||||||
gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
switch@3 {
|
switch3 {
|
||||||
label = "button2";
|
label = "button2";
|
||||||
linux,code = <0x102>;
|
linux,code = <0x102>;
|
||||||
gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
|
||||||
wakeup-source;
|
wakeup-source;
|
||||||
};
|
};
|
||||||
|
|
||||||
switch@4 {
|
switch4 {
|
||||||
label = "button3";
|
label = "button3";
|
||||||
linux,code = <0x103>;
|
linux,code = <0x103>;
|
||||||
gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
backlight {
|
lcd_bl: backlight {
|
||||||
compatible = "pwm-backlight";
|
compatible = "pwm-backlight";
|
||||||
pwms = <&ecap2 0 50000 PWM_POLARITY_INVERTED>;
|
pwms = <&ecap2 0 50000 PWM_POLARITY_INVERTED>;
|
||||||
brightness-levels = <0 58 61 66 75 90 125 170 255>;
|
brightness-levels = <0 58 61 66 75 90 125 170 255>;
|
||||||
@ -528,7 +530,7 @@
|
|||||||
&epwmss2 {
|
&epwmss2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ecap2: ecap@100 {
|
ecap2: pwm@100 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ecap2_pins>;
|
pinctrl-0 = <&ecap2_pins>;
|
||||||
@ -719,7 +721,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&lcdc {
|
&lcdc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
|
@ -29,10 +29,10 @@
|
|||||||
reg = <0x80000000 0x10000000>; /* 256 MB */
|
reg = <0x80000000 0x10000000>; /* 256 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_keys {
|
guardian_buttons: gpio-keys {
|
||||||
compatible = "gpio-keys";
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&guardian_button_pins>;
|
pinctrl-0 = <&guardian_button_pins>;
|
||||||
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
select-button {
|
select-button {
|
||||||
label = "guardian-select-button";
|
label = "guardian-select-button";
|
||||||
@ -49,10 +49,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
guardian_leds: gpio-leds {
|
||||||
compatible = "gpio-leds";
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&guardian_led_pins>;
|
pinctrl-0 = <&guardian_led_pins>;
|
||||||
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
life-led {
|
life-led {
|
||||||
label = "guardian:life-led";
|
label = "guardian:life-led";
|
||||||
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm7: dmtimer-pwm {
|
pwm7: pwm-7 {
|
||||||
compatible = "ti,omap-dmtimer-pwm";
|
compatible = "ti,omap-dmtimer-pwm";
|
||||||
ti,timers = <&timer7>;
|
ti,timers = <&timer7>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
@ -21,12 +21,12 @@
|
|||||||
tick-timer = &timer2;
|
tick-timer = &timer2;
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x80000000 0x10000000>; /* 256 MB */
|
reg = <0x80000000 0x10000000>; /* 256 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
vbat: fixedregulator@0 {
|
vbat: fixedregulator0 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vbat";
|
regulator-name = "vbat";
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
@ -34,7 +34,7 @@
|
|||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
vtt_fixed: fixedregulator@1 {
|
vtt_fixed: fixedregulator1 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vtt";
|
regulator-name = "vtt";
|
||||||
regulator-min-microvolt = <1500000>;
|
regulator-min-microvolt = <1500000>;
|
||||||
@ -45,52 +45,51 @@
|
|||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds@0 {
|
leds-iio {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
led-out0 {
|
||||||
led@0 {
|
|
||||||
label = "out0";
|
label = "out0";
|
||||||
gpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 0 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@1 {
|
led-out1 {
|
||||||
label = "out1";
|
label = "out1";
|
||||||
gpios = <&tpic2810 1 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 1 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@2 {
|
led-out2 {
|
||||||
label = "out2";
|
label = "out2";
|
||||||
gpios = <&tpic2810 2 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 2 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@3 {
|
led-out3 {
|
||||||
label = "out3";
|
label = "out3";
|
||||||
gpios = <&tpic2810 3 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 3 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@4 {
|
led-out4 {
|
||||||
label = "out4";
|
label = "out4";
|
||||||
gpios = <&tpic2810 4 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 4 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@5 {
|
led-out5 {
|
||||||
label = "out5";
|
label = "out5";
|
||||||
gpios = <&tpic2810 5 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 5 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@6 {
|
led-out6 {
|
||||||
label = "out6";
|
label = "out6";
|
||||||
gpios = <&tpic2810 6 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 6 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@7 {
|
led-out7 {
|
||||||
label = "out7";
|
label = "out7";
|
||||||
gpios = <&tpic2810 7 GPIO_ACTIVE_HIGH>;
|
gpios = <&tpic2810 7 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
@ -98,44 +97,44 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Tricolor status LEDs */
|
/* Tricolor status LEDs */
|
||||||
leds@1 {
|
leds1 {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&user_leds>;
|
pinctrl-0 = <&user_leds>;
|
||||||
|
|
||||||
led@0 {
|
led0 {
|
||||||
label = "status0:red:cpu0";
|
label = "status0:red:cpu0";
|
||||||
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
linux,default-trigger = "cpu0";
|
linux,default-trigger = "cpu0";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@1 {
|
led1 {
|
||||||
label = "status0:green:usr";
|
label = "status0:green:usr";
|
||||||
gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@2 {
|
led2 {
|
||||||
label = "status0:yellow:usr";
|
label = "status0:yellow:usr";
|
||||||
gpios = <&gpio3 9 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio3 9 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@3 {
|
led3 {
|
||||||
label = "status1:red:mmc0";
|
label = "status1:red:mmc0";
|
||||||
gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
linux,default-trigger = "mmc0";
|
linux,default-trigger = "mmc0";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@4 {
|
led4 {
|
||||||
label = "status1:green:usr";
|
label = "status1:green:usr";
|
||||||
gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led@5 {
|
led5 {
|
||||||
label = "status1:yellow:usr";
|
label = "status1:yellow:usr";
|
||||||
gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
@ -273,6 +272,56 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&spi0 {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&spi0_pins_default>;
|
||||||
|
|
||||||
|
sn65hvs882@1 {
|
||||||
|
compatible = "pisosr-gpio";
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
|
||||||
|
load-gpios = <&gpio3 18 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
|
reg = <1>;
|
||||||
|
spi-max-frequency = <1000000>;
|
||||||
|
spi-cpol;
|
||||||
|
};
|
||||||
|
|
||||||
|
spi_nor: flash@0 {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
compatible = "winbond,w25q64", "jedec,spi-nor";
|
||||||
|
spi-max-frequency = <80000000>;
|
||||||
|
m25p,fast-read;
|
||||||
|
reg = <0>;
|
||||||
|
|
||||||
|
partition@0 {
|
||||||
|
label = "u-boot-spl";
|
||||||
|
reg = <0x0 0x80000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@1 {
|
||||||
|
label = "u-boot";
|
||||||
|
reg = <0x80000 0x100000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@2 {
|
||||||
|
label = "u-boot-env";
|
||||||
|
reg = <0x180000 0x20000>;
|
||||||
|
read-only;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@3 {
|
||||||
|
label = "misc";
|
||||||
|
reg = <0x1A0000 0x660000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
#include "tps65910.dtsi"
|
#include "tps65910.dtsi"
|
||||||
|
|
||||||
&tps {
|
&tps {
|
||||||
@ -378,16 +427,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gpio3 {
|
&gpio3 {
|
||||||
p4 {
|
pr1-mii-ctl-hog {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <4 GPIO_ACTIVE_HIGH>;
|
gpios = <4 GPIO_ACTIVE_HIGH>;
|
||||||
output-high;
|
output-high;
|
||||||
line-name = "PR1_MII_CTRL";
|
line-name = "PR1_MII_CTRL";
|
||||||
};
|
};
|
||||||
|
|
||||||
p10 {
|
mux-mii-hog {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <10 GPIO_ACTIVE_HIGH>;
|
gpios = <10 GPIO_ACTIVE_HIGH>;
|
||||||
|
/* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
|
||||||
output-high;
|
output-high;
|
||||||
line-name = "MUX_MII_CTRL";
|
line-name = "MUX_MII_CTRL";
|
||||||
};
|
};
|
||||||
@ -434,52 +484,3 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&spi0 {
|
|
||||||
status = "okay";
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&spi0_pins_default>;
|
|
||||||
|
|
||||||
sn65hvs882@1 {
|
|
||||||
compatible = "pisosr-gpio";
|
|
||||||
gpio-controller;
|
|
||||||
#gpio-cells = <2>;
|
|
||||||
|
|
||||||
load-gpios = <&gpio3 18 GPIO_ACTIVE_LOW>;
|
|
||||||
|
|
||||||
reg = <1>;
|
|
||||||
spi-max-frequency = <1000000>;
|
|
||||||
spi-cpol;
|
|
||||||
};
|
|
||||||
|
|
||||||
spi_nor: flash@0 {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
compatible = "winbond,w25q64", "jedec,spi-nor";
|
|
||||||
spi-max-frequency = <80000000>;
|
|
||||||
m25p,fast-read;
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
partition@0 {
|
|
||||||
label = "u-boot-spl";
|
|
||||||
reg = <0x0 0x80000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@1 {
|
|
||||||
label = "u-boot";
|
|
||||||
reg = <0x80000 0x100000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@2 {
|
|
||||||
label = "u-boot-env";
|
|
||||||
reg = <0x180000 0x20000>;
|
|
||||||
read-only;
|
|
||||||
};
|
|
||||||
|
|
||||||
partition@3 {
|
|
||||||
label = "misc";
|
|
||||||
reg = <0x1A0000 0x660000>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
@ -171,7 +171,7 @@
|
|||||||
/* MTD partition table */
|
/* MTD partition table */
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "SPL";
|
label = "SPL";
|
||||||
reg = <0x00000000 0x000080000>;
|
reg = <0x00000000 0x00080000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@1 {
|
partition@1 {
|
||||||
@ -191,7 +191,7 @@
|
|||||||
|
|
||||||
partition@4 {
|
partition@4 {
|
||||||
label = "File System";
|
label = "File System";
|
||||||
reg = <0x00780000 0x007880000>;
|
reg = <0x00780000 0x07880000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -353,7 +353,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mcp79400: mcp79400@6f {
|
mcp79400: rtc@6f {
|
||||||
compatible = "microchip,mcp7940x";
|
compatible = "microchip,mcp7940x";
|
||||||
reg = <0x6f>;
|
reg = <0x6f>;
|
||||||
};
|
};
|
||||||
|
@ -27,17 +27,13 @@
|
|||||||
reg = <0x80000000 0x10000000>; /* 256 MB */
|
reg = <0x80000000 0x10000000>; /* 256 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
vcc5v: fixedregulator0 {
|
||||||
compatible = "simple-bus";
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "vcc5v";
|
||||||
vcc5v: fixedregulator0 {
|
regulator-min-microvolt = <5000000>;
|
||||||
compatible = "regulator-fixed";
|
regulator-max-microvolt = <5000000>;
|
||||||
regulator-name = "vcc5v";
|
regulator-boot-on;
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-always-on;
|
||||||
regulator-max-microvolt = <5000000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
regulator-always-on;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -306,7 +302,7 @@
|
|||||||
pinctrl-0 = <&spi0_pins>;
|
pinctrl-0 = <&spi0_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
serial_flash: m25p80@0 {
|
serial_flash: flash@0 {
|
||||||
compatible = "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
spi-max-frequency = <48000000>;
|
spi-max-frequency = <48000000>;
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
|
@ -23,28 +23,28 @@
|
|||||||
|
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
usr0 {
|
led-usr0 {
|
||||||
label = "beaglebone:green:usr0";
|
label = "beaglebone:green:usr0";
|
||||||
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
usr1 {
|
led-usr1 {
|
||||||
label = "beaglebone:green:usr1";
|
label = "beaglebone:green:usr1";
|
||||||
gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "mmc0";
|
linux,default-trigger = "mmc0";
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
usr2 {
|
led-usr2 {
|
||||||
label = "beaglebone:green:usr2";
|
label = "beaglebone:green:usr2";
|
||||||
gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
|
||||||
linux,default-trigger = "cpu0";
|
linux,default-trigger = "cpu0";
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
usr3 {
|
led-usr3 {
|
||||||
label = "beaglebone:green:usr3";
|
label = "beaglebone:green:usr3";
|
||||||
gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
|
@ -148,7 +148,7 @@
|
|||||||
&epwmss0 {
|
&epwmss0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ecap0: ecap@100 {
|
ecap0: pwm@100 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ecap0_pins>;
|
pinctrl-0 = <&ecap0_pins>;
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
&epwmss0 {
|
&epwmss0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
ecap0: ecap@100 {
|
ecap0: pwm@100 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&ecap0_pins>;
|
pinctrl-0 = <&ecap0_pins>;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
regulator-name = "wlan-en-regulator";
|
regulator-name = "wlan-en-regulator";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
startup-delay-us= <100000>;
|
startup-delay-us = <100000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -36,10 +36,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
back_button {
|
back-button {
|
||||||
label = "Back Button";
|
label = "Back Button";
|
||||||
gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 29 GPIO_ACTIVE_HIGH>;
|
||||||
linux,code = <KEY_BACK>;
|
linux,code = <KEY_BACK>;
|
||||||
@ -47,7 +47,7 @@
|
|||||||
wakeup-source;
|
wakeup-source;
|
||||||
};
|
};
|
||||||
|
|
||||||
front_button {
|
front-button {
|
||||||
label = "Front Button";
|
label = "Front Button";
|
||||||
gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>;
|
||||||
linux,code = <KEY_FRONT>;
|
linux,code = <KEY_FRONT>;
|
||||||
@ -144,14 +144,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gpio1 {
|
&gpio1 {
|
||||||
hmtc_rst {
|
hmtc-rst-hog {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <24 GPIO_ACTIVE_LOW>;
|
gpios = <24 GPIO_ACTIVE_LOW>;
|
||||||
output-high;
|
output-high;
|
||||||
line-name = "homematic_reset";
|
line-name = "homematic_reset";
|
||||||
};
|
};
|
||||||
|
|
||||||
hmtc_prog {
|
hmtc-prog-hog {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <27 GPIO_ACTIVE_LOW>;
|
gpios = <27 GPIO_ACTIVE_LOW>;
|
||||||
output-high;
|
output-high;
|
||||||
@ -160,14 +160,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&gpio3 {
|
&gpio3 {
|
||||||
zgb_rst {
|
zgb-rst-hog {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <18 GPIO_ACTIVE_LOW>;
|
gpios = <18 GPIO_ACTIVE_LOW>;
|
||||||
output-low;
|
output-low;
|
||||||
line-name = "zigbee_reset";
|
line-name = "zigbee_reset";
|
||||||
};
|
};
|
||||||
|
|
||||||
zgb_boot {
|
zgb-boot-hog {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <19 GPIO_ACTIVE_HIGH>;
|
gpios = <19 GPIO_ACTIVE_HIGH>;
|
||||||
output-high;
|
output-high;
|
||||||
|
@ -31,25 +31,25 @@
|
|||||||
pinctrl-0 = <&led_pins>;
|
pinctrl-0 = <&led_pins>;
|
||||||
|
|
||||||
led0 {
|
led0 {
|
||||||
label = "sl50:green:usr0";
|
label = "sl50:red:usr0";
|
||||||
gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led1 {
|
led1 {
|
||||||
label = "sl50:red:usr1";
|
label = "sl50:green:usr1";
|
||||||
gpios = <&gpio1 22 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 22 GPIO_ACTIVE_LOW>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led2 {
|
led2 {
|
||||||
label = "sl50:green:usr2";
|
label = "sl50:red:usr2";
|
||||||
gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
led3 {
|
led3 {
|
||||||
label = "sl50:red:usr3";
|
label = "sl50:green:usr3";
|
||||||
gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
@ -75,7 +75,7 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
/* audio external oscillator */
|
/* audio external oscillator */
|
||||||
tlv320aic3x_mclk: oscillator@0 {
|
audio_mclk_fixed: oscillator@0 {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
clock-frequency = <24576000>; /* 24.576MHz */
|
clock-frequency = <24576000>; /* 24.576MHz */
|
||||||
@ -88,7 +88,7 @@
|
|||||||
ti,audio-codec = <&audio_codec>;
|
ti,audio-codec = <&audio_codec>;
|
||||||
ti,mcasp-controller = <&mcasp0>;
|
ti,mcasp-controller = <&mcasp0>;
|
||||||
|
|
||||||
clocks = <&tlv320aic3x_mclk>;
|
clocks = <&audio_mclk_fixed>;
|
||||||
clock-names = "mclk";
|
clock-names = "mclk";
|
||||||
|
|
||||||
ti,audio-routing =
|
ti,audio-routing =
|
||||||
@ -430,7 +430,7 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&spi0_pins>;
|
pinctrl-0 = <&spi0_pins>;
|
||||||
|
|
||||||
flash: n25q032@1 {
|
flash: flash@1 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "micron,n25q032";
|
compatible = "micron,n25q032";
|
||||||
|
@ -12,16 +12,12 @@
|
|||||||
compatible = "ti,da830-evm-audio";
|
compatible = "ti,da830-evm-audio";
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
vcc3v3: fixedregulator1 {
|
||||||
compatible = "simple-bus";
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "vcc3v3";
|
||||||
vcc3v3: fixedregulator1 {
|
regulator-min-microvolt = <3300000>;
|
||||||
compatible = "regulator-fixed";
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-name = "vcc3v3";
|
regulator-boot-on;
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Copyright (C) 2013 Texas Instruments, Inc.
|
* Copyright (C) 2013 Texas Instruments, Inc.
|
||||||
*/
|
*/
|
||||||
&scm_clocks {
|
&scm_clocks {
|
||||||
sys_clkin_ck: sys_clkin_ck@40 {
|
sys_clkin_ck: clock-sys-clkin-22@40 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&virt_19200000_ck>, <&virt_24000000_ck>, <&virt_25000000_ck>, <&virt_26000000_ck>;
|
clocks = <&virt_19200000_ck>, <&virt_24000000_ck>, <&virt_25000000_ck>, <&virt_26000000_ck>;
|
||||||
@ -13,7 +13,7 @@
|
|||||||
reg = <0x0040>;
|
reg = <0x0040>;
|
||||||
};
|
};
|
||||||
|
|
||||||
adc_tsc_fck: adc_tsc_fck {
|
adc_tsc_fck: clock-adc-tsc-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -21,7 +21,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dcan0_fck: dcan0_fck {
|
dcan0_fck: clock-dcan0-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -29,7 +29,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dcan1_fck: dcan1_fck {
|
dcan1_fck: clock-dcan1-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -37,7 +37,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mcasp0_fck: mcasp0_fck {
|
mcasp0_fck: clock-mcasp0-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -45,7 +45,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mcasp1_fck: mcasp1_fck {
|
mcasp1_fck: clock-mcasp1-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -53,7 +53,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
smartreflex0_fck: smartreflex0_fck {
|
smartreflex0_fck: clock-smartreflex0-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -61,7 +61,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
smartreflex1_fck: smartreflex1_fck {
|
smartreflex1_fck: clock-smartreflex1-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -69,7 +69,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sha0_fck: sha0_fck {
|
sha0_fck: clock-sha0-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -77,7 +77,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
aes0_fck: aes0_fck {
|
aes0_fck: clock-aes0-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -85,7 +85,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rng_fck: rng_fck {
|
rng_fck: clock-rng-fck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>;
|
||||||
@ -118,62 +118,62 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
&prcm_clocks {
|
&prcm_clocks {
|
||||||
clk_32768_ck: clk_32768_ck {
|
clk_32768_ck: clock-clk-32768 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <32768>;
|
clock-frequency = <32768>;
|
||||||
};
|
};
|
||||||
|
|
||||||
clk_rc32k_ck: clk_rc32k_ck {
|
clk_rc32k_ck: clock-clk-rc32k {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <32000>;
|
clock-frequency = <32000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
virt_19200000_ck: virt_19200000_ck {
|
virt_19200000_ck: clock-virt-19200000 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <19200000>;
|
clock-frequency = <19200000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
virt_24000000_ck: virt_24000000_ck {
|
virt_24000000_ck: clock-virt-24000000 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <24000000>;
|
clock-frequency = <24000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
virt_25000000_ck: virt_25000000_ck {
|
virt_25000000_ck: clock-virt-25000000 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <25000000>;
|
clock-frequency = <25000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
virt_26000000_ck: virt_26000000_ck {
|
virt_26000000_ck: clock-virt-26000000 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <26000000>;
|
clock-frequency = <26000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
tclkin_ck: tclkin_ck {
|
tclkin_ck: clock-tclkin {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <12000000>;
|
clock-frequency = <12000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_core_ck: dpll_core_ck@490 {
|
dpll_core_ck: clock@490 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,am3-dpll-core-clock";
|
compatible = "ti,am3-dpll-core-clock";
|
||||||
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
||||||
reg = <0x0490>, <0x045c>, <0x0468>, <0x0460>, <0x0464>;
|
reg = <0x0490>, <0x045c>, <0x0468>, <0x0460>, <0x0464>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_core_x2_ck: dpll_core_x2_ck {
|
dpll_core_x2_ck: clock-dpll-core-x2 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,am3-dpll-x2-clock";
|
compatible = "ti,am3-dpll-x2-clock";
|
||||||
clocks = <&dpll_core_ck>;
|
clocks = <&dpll_core_ck>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_core_m4_ck: dpll_core_m4_ck@480 {
|
dpll_core_m4_ck: clock-dpll-core-m4@480 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,divider-clock";
|
compatible = "ti,divider-clock";
|
||||||
clocks = <&dpll_core_x2_ck>;
|
clocks = <&dpll_core_x2_ck>;
|
||||||
@ -182,7 +182,7 @@
|
|||||||
ti,index-starts-at-one;
|
ti,index-starts-at-one;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_core_m5_ck: dpll_core_m5_ck@484 {
|
dpll_core_m5_ck: clock-dpll-core-m5@484 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,divider-clock";
|
compatible = "ti,divider-clock";
|
||||||
clocks = <&dpll_core_x2_ck>;
|
clocks = <&dpll_core_x2_ck>;
|
||||||
@ -191,7 +191,7 @@
|
|||||||
ti,index-starts-at-one;
|
ti,index-starts-at-one;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_core_m6_ck: dpll_core_m6_ck@4d8 {
|
dpll_core_m6_ck: clock-dpll-core-m6@4d8 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,divider-clock";
|
compatible = "ti,divider-clock";
|
||||||
clocks = <&dpll_core_x2_ck>;
|
clocks = <&dpll_core_x2_ck>;
|
||||||
@ -200,14 +200,14 @@
|
|||||||
ti,index-starts-at-one;
|
ti,index-starts-at-one;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_mpu_ck: dpll_mpu_ck@488 {
|
dpll_mpu_ck: clock@488 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,am3-dpll-clock";
|
compatible = "ti,am3-dpll-clock";
|
||||||
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
||||||
reg = <0x0488>, <0x0420>, <0x042c>, <0x0424>, <0x0428>;
|
reg = <0x0488>, <0x0420>, <0x042c>, <0x0424>, <0x0428>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_mpu_m2_ck: dpll_mpu_m2_ck@4a8 {
|
dpll_mpu_m2_ck: clock-dpll-mpu-m2@4a8 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,divider-clock";
|
compatible = "ti,divider-clock";
|
||||||
clocks = <&dpll_mpu_ck>;
|
clocks = <&dpll_mpu_ck>;
|
||||||
@ -216,14 +216,14 @@
|
|||||||
ti,index-starts-at-one;
|
ti,index-starts-at-one;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_ddr_ck: dpll_ddr_ck@494 {
|
dpll_ddr_ck: clock@494 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,am3-dpll-no-gate-clock";
|
compatible = "ti,am3-dpll-no-gate-clock";
|
||||||
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
||||||
reg = <0x0494>, <0x0434>, <0x0440>, <0x0438>, <0x043c>;
|
reg = <0x0494>, <0x0434>, <0x0440>, <0x0438>, <0x043c>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_ddr_m2_ck: dpll_ddr_m2_ck@4a0 {
|
dpll_ddr_m2_ck: clock-dpll-ddr-m2@4a0 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,divider-clock";
|
compatible = "ti,divider-clock";
|
||||||
clocks = <&dpll_ddr_ck>;
|
clocks = <&dpll_ddr_ck>;
|
||||||
@ -232,7 +232,7 @@
|
|||||||
ti,index-starts-at-one;
|
ti,index-starts-at-one;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_ddr_m2_div2_ck: dpll_ddr_m2_div2_ck {
|
dpll_ddr_m2_div2_ck: clock-dpll-ddr-m2-div2 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_ddr_m2_ck>;
|
clocks = <&dpll_ddr_m2_ck>;
|
||||||
@ -240,14 +240,14 @@
|
|||||||
clock-div = <2>;
|
clock-div = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_disp_ck: dpll_disp_ck@498 {
|
dpll_disp_ck: clock@498 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,am3-dpll-no-gate-clock";
|
compatible = "ti,am3-dpll-no-gate-clock";
|
||||||
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
||||||
reg = <0x0498>, <0x0448>, <0x0454>, <0x044c>, <0x0450>;
|
reg = <0x0498>, <0x0448>, <0x0454>, <0x044c>, <0x0450>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_disp_m2_ck: dpll_disp_m2_ck@4a4 {
|
dpll_disp_m2_ck: clock-dpll-disp-m2@4a4 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,divider-clock";
|
compatible = "ti,divider-clock";
|
||||||
clocks = <&dpll_disp_ck>;
|
clocks = <&dpll_disp_ck>;
|
||||||
@ -257,14 +257,14 @@
|
|||||||
ti,set-rate-parent;
|
ti,set-rate-parent;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_per_ck: dpll_per_ck@48c {
|
dpll_per_ck: clock@48c {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,am3-dpll-no-gate-j-type-clock";
|
compatible = "ti,am3-dpll-no-gate-j-type-clock";
|
||||||
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
clocks = <&sys_clkin_ck>, <&sys_clkin_ck>;
|
||||||
reg = <0x048c>, <0x0470>, <0x049c>, <0x0474>, <0x0478>;
|
reg = <0x048c>, <0x0470>, <0x049c>, <0x0474>, <0x0478>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_per_m2_ck: dpll_per_m2_ck@4ac {
|
dpll_per_m2_ck: clock-dpll-per-m2@4ac {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,divider-clock";
|
compatible = "ti,divider-clock";
|
||||||
clocks = <&dpll_per_ck>;
|
clocks = <&dpll_per_ck>;
|
||||||
@ -273,7 +273,7 @@
|
|||||||
ti,index-starts-at-one;
|
ti,index-starts-at-one;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_per_m2_div4_wkupdm_ck: dpll_per_m2_div4_wkupdm_ck {
|
dpll_per_m2_div4_wkupdm_ck: clock-dpll-per-m2-div4-wkupdm {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_per_m2_ck>;
|
clocks = <&dpll_per_m2_ck>;
|
||||||
@ -281,7 +281,7 @@
|
|||||||
clock-div = <4>;
|
clock-div = <4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_per_m2_div4_ck: dpll_per_m2_div4_ck {
|
dpll_per_m2_div4_ck: clock-dpll-per-m2-div4 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_per_m2_ck>;
|
clocks = <&dpll_per_m2_ck>;
|
||||||
@ -289,7 +289,7 @@
|
|||||||
clock-div = <4>;
|
clock-div = <4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
clk_24mhz: clk_24mhz {
|
clk_24mhz: clock-clk-24mhz {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_per_m2_ck>;
|
clocks = <&dpll_per_m2_ck>;
|
||||||
@ -297,7 +297,7 @@
|
|||||||
clock-div = <8>;
|
clock-div = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
clkdiv32k_ck: clkdiv32k_ck {
|
clkdiv32k_ck: clock-clkdiv32k {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&clk_24mhz>;
|
clocks = <&clk_24mhz>;
|
||||||
@ -305,7 +305,7 @@
|
|||||||
clock-div = <732>;
|
clock-div = <732>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l3_gclk: l3_gclk {
|
l3_gclk: clock-l3-gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_ck>;
|
clocks = <&dpll_core_m4_ck>;
|
||||||
@ -313,14 +313,14 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pruss_ocp_gclk: pruss_ocp_gclk@530 {
|
pruss_ocp_gclk: clock-pruss-ocp-gclk@530 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&l3_gclk>, <&dpll_disp_m2_ck>;
|
clocks = <&l3_gclk>, <&dpll_disp_m2_ck>;
|
||||||
reg = <0x0530>;
|
reg = <0x0530>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmu_fck: mmu_fck@914 {
|
mmu_fck: clock-mmu-fck-1@914 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,gate-clock";
|
compatible = "ti,gate-clock";
|
||||||
clocks = <&dpll_core_m4_ck>;
|
clocks = <&dpll_core_m4_ck>;
|
||||||
@ -328,56 +328,56 @@
|
|||||||
reg = <0x0914>;
|
reg = <0x0914>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer1_fck: timer1_fck@528 {
|
timer1_fck: clock-timer1-fck@528 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>, <&tclkin_ck>, <&clk_rc32k_ck>, <&clk_32768_ck>;
|
clocks = <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>, <&tclkin_ck>, <&clk_rc32k_ck>, <&clk_32768_ck>;
|
||||||
reg = <0x0528>;
|
reg = <0x0528>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer2_fck: timer2_fck@508 {
|
timer2_fck: clock-timer2-fck@508 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x0508>;
|
reg = <0x0508>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer3_fck: timer3_fck@50c {
|
timer3_fck: clock-timer3-fck@50c {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x050c>;
|
reg = <0x050c>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer4_fck: timer4_fck@510 {
|
timer4_fck: clock-timer4-fck@510 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x0510>;
|
reg = <0x0510>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer5_fck: timer5_fck@518 {
|
timer5_fck: clock-timer5-fck@518 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x0518>;
|
reg = <0x0518>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer6_fck: timer6_fck@51c {
|
timer6_fck: clock-timer6-fck@51c {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x051c>;
|
reg = <0x051c>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer7_fck: timer7_fck@504 {
|
timer7_fck: clock-timer7-fck@504 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&tclkin_ck>, <&sys_clkin_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x0504>;
|
reg = <0x0504>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usbotg_fck: usbotg_fck@47c {
|
usbotg_fck: clock-usbotg-fck-8@47c {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,gate-clock";
|
compatible = "ti,gate-clock";
|
||||||
clocks = <&dpll_per_ck>;
|
clocks = <&dpll_per_ck>;
|
||||||
@ -385,7 +385,7 @@
|
|||||||
reg = <0x047c>;
|
reg = <0x047c>;
|
||||||
};
|
};
|
||||||
|
|
||||||
dpll_core_m4_div2_ck: dpll_core_m4_div2_ck {
|
dpll_core_m4_div2_ck: clock-dpll-core-m4-div2 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_ck>;
|
clocks = <&dpll_core_m4_ck>;
|
||||||
@ -393,7 +393,7 @@
|
|||||||
clock-div = <2>;
|
clock-div = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ieee5000_fck: ieee5000_fck@e4 {
|
ieee5000_fck: clock-ieee5000-fck-1@e4 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,gate-clock";
|
compatible = "ti,gate-clock";
|
||||||
clocks = <&dpll_core_m4_div2_ck>;
|
clocks = <&dpll_core_m4_div2_ck>;
|
||||||
@ -401,14 +401,14 @@
|
|||||||
reg = <0x00e4>;
|
reg = <0x00e4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wdt1_fck: wdt1_fck@538 {
|
wdt1_fck: clock-wdt1-fck@538 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&clk_rc32k_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&clk_rc32k_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x0538>;
|
reg = <0x0538>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l4_rtc_gclk: l4_rtc_gclk {
|
l4_rtc_gclk: clock-l4-rtc-gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_ck>;
|
clocks = <&dpll_core_m4_ck>;
|
||||||
@ -416,7 +416,7 @@
|
|||||||
clock-div = <2>;
|
clock-div = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l4hs_gclk: l4hs_gclk {
|
l4hs_gclk: clock-l4hs-gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_ck>;
|
clocks = <&dpll_core_m4_ck>;
|
||||||
@ -424,7 +424,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l3s_gclk: l3s_gclk {
|
l3s_gclk: clock-l3s-gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_div2_ck>;
|
clocks = <&dpll_core_m4_div2_ck>;
|
||||||
@ -432,7 +432,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l4fw_gclk: l4fw_gclk {
|
l4fw_gclk: clock-l4fw-gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_div2_ck>;
|
clocks = <&dpll_core_m4_div2_ck>;
|
||||||
@ -440,7 +440,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l4ls_gclk: l4ls_gclk {
|
l4ls_gclk: clock-l4ls-gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_div2_ck>;
|
clocks = <&dpll_core_m4_div2_ck>;
|
||||||
@ -448,7 +448,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sysclk_div_ck: sysclk_div_ck {
|
sysclk_div_ck: clock-sysclk-div {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m4_ck>;
|
clocks = <&dpll_core_m4_ck>;
|
||||||
@ -456,7 +456,7 @@
|
|||||||
clock-div = <1>;
|
clock-div = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpsw_125mhz_gclk: cpsw_125mhz_gclk {
|
cpsw_125mhz_gclk: clock-cpsw-125mhz-gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_core_m5_ck>;
|
clocks = <&dpll_core_m5_ck>;
|
||||||
@ -464,21 +464,21 @@
|
|||||||
clock-div = <2>;
|
clock-div = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpsw_cpts_rft_clk: cpsw_cpts_rft_clk@520 {
|
cpsw_cpts_rft_clk: clock-cpsw-cpts-rft@520 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&dpll_core_m5_ck>, <&dpll_core_m4_ck>;
|
clocks = <&dpll_core_m5_ck>, <&dpll_core_m4_ck>;
|
||||||
reg = <0x0520>;
|
reg = <0x0520>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio0_dbclk_mux_ck: gpio0_dbclk_mux_ck@53c {
|
gpio0_dbclk_mux_ck: clock-gpio0-dbclk-mux@53c {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&clk_rc32k_ck>, <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
clocks = <&clk_rc32k_ck>, <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
reg = <0x053c>;
|
reg = <0x053c>;
|
||||||
};
|
};
|
||||||
|
|
||||||
lcd_gclk: lcd_gclk@534 {
|
lcd_gclk: clock-lcd-gclk@534 {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "ti,mux-clock";
|
compatible = "ti,mux-clock";
|
||||||
clocks = <&dpll_disp_m2_ck>, <&dpll_core_m5_ck>, <&dpll_per_m2_ck>;
|
clocks = <&dpll_disp_m2_ck>, <&dpll_core_m5_ck>, <&dpll_per_m2_ck>;
|
||||||
@ -486,7 +486,7 @@
|
|||||||
ti,set-rate-parent;
|
ti,set-rate-parent;
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc_clk: mmc_clk {
|
mmc_clk: clock-mmc {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-factor-clock";
|
compatible = "fixed-factor-clock";
|
||||||
clocks = <&dpll_per_m2_ck>;
|
clocks = <&dpll_per_m2_ck>;
|
||||||
@ -536,138 +536,138 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&prcm {
|
&prcm {
|
||||||
per_cm: per-cm@0 {
|
per_cm: clock@0 {
|
||||||
compatible = "ti,omap4-cm";
|
compatible = "ti,omap4-cm";
|
||||||
reg = <0x0 0x400>;
|
reg = <0x0 0x400>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0x0 0x400>;
|
ranges = <0 0x0 0x400>;
|
||||||
|
|
||||||
l4ls_clkctrl: l4ls-clkctrl@38 {
|
l4ls_clkctrl: clock@38 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x38 0x2c>, <0x6c 0x28>, <0xac 0xc>, <0xc0 0x1c>, <0xec 0xc>, <0x10c 0x8>, <0x130 0x4>;
|
reg = <0x38 0x2c>, <0x6c 0x28>, <0xac 0xc>, <0xc0 0x1c>, <0xec 0xc>, <0x10c 0x8>, <0x130 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l3s_clkctrl: l3s-clkctrl@1c {
|
l3s_clkctrl: clock@1c {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x1c 0x4>, <0x30 0x8>, <0x68 0x4>, <0xf8 0x4>;
|
reg = <0x1c 0x4>, <0x30 0x8>, <0x68 0x4>, <0xf8 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l3_clkctrl: l3-clkctrl@24 {
|
l3_clkctrl: clock@24 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x24 0xc>, <0x94 0x10>, <0xbc 0x4>, <0xdc 0x8>, <0xfc 0x8>;
|
reg = <0x24 0xc>, <0x94 0x10>, <0xbc 0x4>, <0xdc 0x8>, <0xfc 0x8>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l4hs_clkctrl: l4hs-clkctrl@120 {
|
l4hs_clkctrl: clock@120 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x120 0x4>;
|
reg = <0x120 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pruss_ocp_clkctrl: pruss-ocp-clkctrl@e8 {
|
pruss_ocp_clkctrl: clock@e8 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0xe8 0x4>;
|
reg = <0xe8 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpsw_125mhz_clkctrl: cpsw-125mhz-clkctrl@0 {
|
cpsw_125mhz_clkctrl: clock@0 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x0 0x18>;
|
reg = <0x0 0x18>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
lcdc_clkctrl: lcdc-clkctrl@18 {
|
lcdc_clkctrl: clock@18 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x18 0x4>;
|
reg = <0x18 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
clk_24mhz_clkctrl: clk-24mhz-clkctrl@14c {
|
clk_24mhz_clkctrl: clock@14c {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x14c 0x4>;
|
reg = <0x14c 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wkup_cm: wkup-cm@400 {
|
wkup_cm: clock@400 {
|
||||||
compatible = "ti,omap4-cm";
|
compatible = "ti,omap4-cm";
|
||||||
reg = <0x400 0x100>;
|
reg = <0x400 0x100>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0x400 0x100>;
|
ranges = <0 0x400 0x100>;
|
||||||
|
|
||||||
l4_wkup_clkctrl: l4-wkup-clkctrl@0 {
|
l4_wkup_clkctrl: clock@0 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x0 0x10>, <0xb4 0x24>;
|
reg = <0x0 0x10>, <0xb4 0x24>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l3_aon_clkctrl: l3-aon-clkctrl@14 {
|
l3_aon_clkctrl: clock@14 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x14 0x4>;
|
reg = <0x14 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
l4_wkup_aon_clkctrl: l4-wkup-aon-clkctrl@b0 {
|
l4_wkup_aon_clkctrl: clock@b0 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0xb0 0x4>;
|
reg = <0xb0 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mpu_cm: mpu-cm@600 {
|
mpu_cm: clock@600 {
|
||||||
compatible = "ti,omap4-cm";
|
compatible = "ti,omap4-cm";
|
||||||
reg = <0x600 0x100>;
|
reg = <0x600 0x100>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0x600 0x100>;
|
ranges = <0 0x600 0x100>;
|
||||||
|
|
||||||
mpu_clkctrl: mpu-clkctrl@0 {
|
mpu_clkctrl: clock@0 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x0 0x8>;
|
reg = <0x0 0x8>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
l4_rtc_cm: l4-rtc-cm@800 {
|
l4_rtc_cm: clock@800 {
|
||||||
compatible = "ti,omap4-cm";
|
compatible = "ti,omap4-cm";
|
||||||
reg = <0x800 0x100>;
|
reg = <0x800 0x100>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0x800 0x100>;
|
ranges = <0 0x800 0x100>;
|
||||||
|
|
||||||
l4_rtc_clkctrl: l4-rtc-clkctrl@0 {
|
l4_rtc_clkctrl: clock@0 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x0 0x4>;
|
reg = <0x0 0x4>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gfx_l3_cm: gfx-l3-cm@900 {
|
gfx_l3_cm: clock@900 {
|
||||||
compatible = "ti,omap4-cm";
|
compatible = "ti,omap4-cm";
|
||||||
reg = <0x900 0x100>;
|
reg = <0x900 0x100>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0x900 0x100>;
|
ranges = <0 0x900 0x100>;
|
||||||
|
|
||||||
gfx_l3_clkctrl: gfx-l3-clkctrl@0 {
|
gfx_l3_clkctrl: clock@0 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x0 0x8>;
|
reg = <0x0 0x8>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
l4_cefuse_cm: l4-cefuse-cm@a00 {
|
l4_cefuse_cm: clock@a00 {
|
||||||
compatible = "ti,omap4-cm";
|
compatible = "ti,omap4-cm";
|
||||||
reg = <0xa00 0x100>;
|
reg = <0xa00 0x100>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0xa00 0x100>;
|
ranges = <0 0xa00 0x100>;
|
||||||
|
|
||||||
l4_cefuse_clkctrl: l4-cefuse-clkctrl@0 {
|
l4_cefuse_clkctrl: clock@0 {
|
||||||
compatible = "ti,clkctrl";
|
compatible = "ti,clkctrl";
|
||||||
reg = <0x0 0x24>;
|
reg = <0x0 0x24>;
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
|
@ -1327,7 +1327,7 @@
|
|||||||
#mbox-cells = <1>;
|
#mbox-cells = <1>;
|
||||||
ti,mbox-num-users = <4>;
|
ti,mbox-num-users = <4>;
|
||||||
ti,mbox-num-fifos = <8>;
|
ti,mbox-num-fifos = <8>;
|
||||||
mbox_wkupm3: wkup_m3 {
|
mbox_wkupm3: mbox-wkup-m3 {
|
||||||
ti,mbox-send-noirq;
|
ti,mbox-send-noirq;
|
||||||
ti,mbox-tx = <0 0 0>;
|
ti,mbox-tx = <0 0 0>;
|
||||||
ti,mbox-rx = <0 0 3>;
|
ti,mbox-rx = <0 0 3>;
|
||||||
@ -1621,7 +1621,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
target-module@ae000 { /* 0x481ae000, ap 56 3a.0 */
|
target-module@ae000 { /* 0x481ae000, ap 56 3a.0 */
|
||||||
compatible = "ti,sysc-omap2", "ti,sysc";
|
compatible = "ti,sysc-omap2", "ti,sysc";
|
||||||
reg = <0xae000 0x4>,
|
reg = <0xae000 0x4>,
|
||||||
<0xae010 0x4>,
|
<0xae010 0x4>,
|
||||||
@ -1798,7 +1798,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
ranges = <0 0 0x1000>;
|
ranges = <0 0 0x1000>;
|
||||||
|
|
||||||
ecap0: ecap@100 {
|
ecap0: pwm@100 {
|
||||||
compatible = "ti,am3352-ecap",
|
compatible = "ti,am3352-ecap",
|
||||||
"ti,am33xx-ecap";
|
"ti,am33xx-ecap";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
@ -1859,7 +1859,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
ranges = <0 0 0x1000>;
|
ranges = <0 0 0x1000>;
|
||||||
|
|
||||||
ecap1: ecap@100 {
|
ecap1: pwm@100 {
|
||||||
compatible = "ti,am3352-ecap",
|
compatible = "ti,am3352-ecap",
|
||||||
"ti,am33xx-ecap";
|
"ti,am33xx-ecap";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
@ -1920,7 +1920,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
ranges = <0 0 0x1000>;
|
ranges = <0 0 0x1000>;
|
||||||
|
|
||||||
ecap2: ecap@100 {
|
ecap2: pwm@100 {
|
||||||
compatible = "ti,am3352-ecap",
|
compatible = "ti,am3352-ecap",
|
||||||
"ti,am33xx-ecap";
|
"ti,am33xx-ecap";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
* for the moment, just use a fake OCP bus entry to represent
|
* for the moment, just use a fake OCP bus entry to represent
|
||||||
* the whole bus hierarchy.
|
* the whole bus hierarchy.
|
||||||
*/
|
*/
|
||||||
ocp {
|
ocp: ocp {
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
@ -322,11 +322,11 @@
|
|||||||
ranges = <0x0 0x47810000 0x1000>;
|
ranges = <0x0 0x47810000 0x1000>;
|
||||||
|
|
||||||
mmc3: mmc@0 {
|
mmc3: mmc@0 {
|
||||||
compatible = "ti,am335-sdhci";
|
compatible = "ti,am335-sdhci";
|
||||||
ti,needs-special-reset;
|
ti,needs-special-reset;
|
||||||
interrupts = <29>;
|
interrupts = <29>;
|
||||||
reg = <0x0 0x1000>;
|
reg = <0x0 0x1000>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -70,61 +70,61 @@
|
|||||||
compatible = "gpio-keys-polled";
|
compatible = "gpio-keys-polled";
|
||||||
poll-interval = <100>;
|
poll-interval = <100>;
|
||||||
|
|
||||||
record {
|
key-record {
|
||||||
label = "Record";
|
label = "Record";
|
||||||
linux,code = <KEY_RECORD>;
|
/* linux,code = <BTN_0>; */
|
||||||
gpios = <&tca6416_2 15 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 15 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
play {
|
key-play {
|
||||||
label = "Play";
|
label = "Play";
|
||||||
linux,code = <KEY_PLAY>;
|
linux,code = <KEY_PLAY>;
|
||||||
gpios = <&tca6416_2 14 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 14 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
Stop {
|
key-stop {
|
||||||
label = "Stop";
|
label = "Stop";
|
||||||
linux,code = <KEY_STOP>;
|
linux,code = <KEY_STOP>;
|
||||||
gpios = <&tca6416_2 13 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 13 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
fwd {
|
key-fwd {
|
||||||
label = "FWD";
|
label = "FWD";
|
||||||
linux,code = <KEY_FASTFORWARD>;
|
linux,code = <KEY_FASTFORWARD>;
|
||||||
gpios = <&tca6416_2 12 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 12 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rwd {
|
key-rwd {
|
||||||
label = "RWD";
|
label = "RWD";
|
||||||
linux,code = <KEY_REWIND>;
|
linux,code = <KEY_REWIND>;
|
||||||
gpios = <&tca6416_2 11 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 11 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
shift {
|
key-shift {
|
||||||
label = "Shift";
|
label = "Shift";
|
||||||
linux,code = <KEY_LEFTSHIFT>;
|
linux,code = <KEY_LEFTSHIFT>;
|
||||||
gpios = <&tca6416_2 10 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 10 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
Mode {
|
key-mode {
|
||||||
label = "Mode";
|
label = "Mode";
|
||||||
linux,code = <BTN_MODE>;
|
linux,code = <BTN_MODE>;
|
||||||
gpios = <&tca6416_2 9 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 9 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
Menu {
|
key-menu {
|
||||||
label = "Menu";
|
label = "Menu";
|
||||||
linux,code = <KEY_MENU>;
|
linux,code = <KEY_MENU>;
|
||||||
gpios = <&tca6416_2 8 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 8 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
Up {
|
key-up {
|
||||||
label = "Up";
|
label = "Up";
|
||||||
linux,code = <KEY_UP>;
|
linux,code = <KEY_UP>;
|
||||||
gpios = <&tca6416_2 7 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 7 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
Down {
|
key-down {
|
||||||
label = "Down";
|
label = "Down";
|
||||||
linux,code = <KEY_DOWN>;
|
linux,code = <KEY_DOWN>;
|
||||||
gpios = <&tca6416_2 6 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416_2 6 GPIO_ACTIVE_LOW>;
|
||||||
@ -137,14 +137,14 @@
|
|||||||
tlv320aic23_1: codec@1a {
|
tlv320aic23_1: codec@1a {
|
||||||
compatible = "ti,tlv320aic23";
|
compatible = "ti,tlv320aic23";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
tlv320aic23_2: codec@1b {
|
tlv320aic23_2: codec@1b {
|
||||||
compatible = "ti,tlv320aic23";
|
compatible = "ti,tlv320aic23";
|
||||||
reg = <0x1b>;
|
reg = <0x1b>;
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -154,7 +154,7 @@
|
|||||||
tlv320aic23_3: codec@1a {
|
tlv320aic23_3: codec@1a {
|
||||||
compatible = "ti,tlv320aic23";
|
compatible = "ti,tlv320aic23";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
#sound-dai-cells= <0>;
|
#sound-dai-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -26,66 +26,66 @@
|
|||||||
reg = <0x80000000 0x10000000>; /* 256 MB */
|
reg = <0x80000000 0x10000000>; /* 256 MB */
|
||||||
};
|
};
|
||||||
|
|
||||||
vmmc_fixed: vmmc {
|
vmmc_fixed: vmmc {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vmmc_fixed";
|
regulator-name = "vmmc_fixed";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys-polled";
|
compatible = "gpio-keys-polled";
|
||||||
poll-interval = <100>;
|
poll-interval = <100>;
|
||||||
|
|
||||||
user_pb {
|
button-user {
|
||||||
label = "User Push Button";
|
label = "User Push Button";
|
||||||
linux,code = <BTN_0>;
|
linux,code = <BTN_0>;
|
||||||
gpios = <&tca6416 5 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 5 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_1 {
|
switch-1 {
|
||||||
label = "User Switch 1";
|
label = "User Switch 1";
|
||||||
linux,code = <BTN_1>;
|
linux,code = <BTN_1>;
|
||||||
gpios = <&tca6416 8 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 8 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_2 {
|
switch-2 {
|
||||||
label = "User Switch 2";
|
label = "User Switch 2";
|
||||||
linux,code = <BTN_2>;
|
linux,code = <BTN_2>;
|
||||||
gpios = <&tca6416 9 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 9 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_3 {
|
switch-3 {
|
||||||
label = "User Switch 3";
|
label = "User Switch 3";
|
||||||
linux,code = <BTN_3>;
|
linux,code = <BTN_3>;
|
||||||
gpios = <&tca6416 10 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 10 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_4 {
|
switch-4 {
|
||||||
label = "User Switch 4";
|
label = "User Switch 4";
|
||||||
linux,code = <BTN_4>;
|
linux,code = <BTN_4>;
|
||||||
gpios = <&tca6416 11 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 11 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_5 {
|
switch-5 {
|
||||||
label = "User Switch 5";
|
label = "User Switch 5";
|
||||||
linux,code = <BTN_5>;
|
linux,code = <BTN_5>;
|
||||||
gpios = <&tca6416 12 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 12 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_6 {
|
switch-6 {
|
||||||
label = "User Switch 6";
|
label = "User Switch 6";
|
||||||
linux,code = <BTN_6>;
|
linux,code = <BTN_6>;
|
||||||
gpios = <&tca6416 13 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 13 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_7 {
|
switch-7 {
|
||||||
label = "User Switch 7";
|
label = "User Switch 7";
|
||||||
linux,code = <BTN_7>;
|
linux,code = <BTN_7>;
|
||||||
gpios = <&tca6416 14 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 14 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
user_sw_8 {
|
switch-8 {
|
||||||
label = "User Switch 8";
|
label = "User Switch 8";
|
||||||
linux,code = <BTN_8>;
|
linux,code = <BTN_8>;
|
||||||
gpios = <&tca6416 15 GPIO_ACTIVE_LOW>;
|
gpios = <&tca6416 15 GPIO_ACTIVE_LOW>;
|
||||||
@ -150,7 +150,7 @@
|
|||||||
enable-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio_182 */
|
enable-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* gpio_182 */
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm11: dmtimer-pwm@11 {
|
pwm11: pwm-11 {
|
||||||
compatible = "ti,omap-dmtimer-pwm";
|
compatible = "ti,omap-dmtimer-pwm";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pwm_pins>;
|
pinctrl-0 = <&pwm_pins>;
|
||||||
@ -176,7 +176,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&davinci_mdio {
|
&davinci_mdio {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dss {
|
&dss {
|
||||||
@ -223,7 +223,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&mmc3 {
|
&mmc3 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbhshost {
|
&usbhshost {
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
clock-names = "ick";
|
clock-names = "ick";
|
||||||
};
|
};
|
||||||
|
|
||||||
davinci_mdio: ethernet@5c030000 {
|
davinci_mdio: mdio@5c030000 {
|
||||||
compatible = "ti,davinci_mdio";
|
compatible = "ti,davinci_mdio";
|
||||||
ti,hwmods = "davinci_mdio";
|
ti,hwmods = "davinci_mdio";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
Loading…
Reference in New Issue
Block a user