Commit 58ecb23f authored by Stephen Warren's avatar Stephen Warren

ARM: tegra: add missing unit addresses to DT

DT node names should include a unit address iff the node has a reg
property. For Tegra DTs at least, we were previously applying a different
rule, namely that node names only needed to include a unit address if it
was required to make the node name unique. Consequently, many unit
addresses are missing. Add them.
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 18f48a4f
...@@ -11,7 +11,7 @@ memory { ...@@ -11,7 +11,7 @@ memory {
reg = <0x80000000 0x40000000>; reg = <0x80000000 0x40000000>;
}; };
pinmux { pinmux@70000868 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -722,7 +722,7 @@ i2c@7000c000 { ...@@ -722,7 +722,7 @@ i2c@7000c000 {
status = "okay"; status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
battery: smart-battery { battery: smart-battery@b {
compatible = "ti,bq20z45", "sbs,sbs-battery"; compatible = "ti,bq20z45", "sbs,sbs-battery";
reg = <0xb>; reg = <0xb>;
battery-name = "battery"; battery-name = "battery";
...@@ -731,7 +731,7 @@ battery: smart-battery { ...@@ -731,7 +731,7 @@ battery: smart-battery {
power-supplies = <&charger>; power-supplies = <&charger>;
}; };
rt5640: rt5640 { rt5640: rt5640@1c {
compatible = "realtek,rt5640"; compatible = "realtek,rt5640";
reg = <0x1c>; reg = <0x1c>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
...@@ -753,7 +753,7 @@ i2c@7000d000 { ...@@ -753,7 +753,7 @@ i2c@7000d000 {
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
tps51632 { tps51632@43 {
compatible = "ti,tps51632"; compatible = "ti,tps51632";
reg = <0x43>; reg = <0x43>;
regulator-name = "vdd-cpu"; regulator-name = "vdd-cpu";
...@@ -763,7 +763,7 @@ tps51632 { ...@@ -763,7 +763,7 @@ tps51632 {
regulator-always-on; regulator-always-on;
}; };
tps65090 { tps65090@48 {
compatible = "ti,tps65090"; compatible = "ti,tps65090";
reg = <0x48>; reg = <0x48>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
...@@ -846,7 +846,7 @@ ldo2 { ...@@ -846,7 +846,7 @@ ldo2 {
}; };
}; };
palmas: tps65913 { palmas: tps65913@58 {
compatible = "ti,palmas"; compatible = "ti,palmas";
reg = <0x58>; reg = <0x58>;
interrupts = <0 86 IRQ_TYPE_LEVEL_LOW>; interrupts = <0 86 IRQ_TYPE_LEVEL_LOW>;
...@@ -1046,7 +1046,7 @@ spi-flash@0 { ...@@ -1046,7 +1046,7 @@ spi-flash@0 {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <500>; nvidia,cpu-pwr-good-time = <500>;
...@@ -1057,7 +1057,7 @@ pmc { ...@@ -1057,7 +1057,7 @@ pmc {
nvidia,sys-clock-req-active-high; nvidia,sys-clock-req-active-high;
}; };
ahub { ahub@70080000 {
i2s@70080400 { i2s@70080400 {
status = "okay"; status = "okay";
}; };
...@@ -1089,7 +1089,7 @@ clocks { ...@@ -1089,7 +1089,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -15,7 +15,7 @@ aliases { ...@@ -15,7 +15,7 @@ aliases {
serial3 = &uartd; serial3 = &uartd;
}; };
gic: interrupt-controller { gic: interrupt-controller@50041000 {
compatible = "arm,cortex-a15-gic"; compatible = "arm,cortex-a15-gic";
#interrupt-cells = <3>; #interrupt-cells = <3>;
interrupt-controller; interrupt-controller;
...@@ -39,14 +39,14 @@ timer@60005000 { ...@@ -39,14 +39,14 @@ timer@60005000 {
clocks = <&tegra_car TEGRA114_CLK_TIMER>; clocks = <&tegra_car TEGRA114_CLK_TIMER>;
}; };
tegra_car: clock { tegra_car: clock@60006000 {
compatible = "nvidia,tegra114-car"; compatible = "nvidia,tegra114-car";
reg = <0x60006000 0x1000>; reg = <0x60006000 0x1000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
}; };
apbdma: dma { apbdma: dma@6000a000 {
compatible = "nvidia,tegra114-apbdma"; compatible = "nvidia,tegra114-apbdma";
reg = <0x6000a000 0x1400>; reg = <0x6000a000 0x1400>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
...@@ -87,12 +87,12 @@ apbdma: dma { ...@@ -87,12 +87,12 @@ apbdma: dma {
#dma-cells = <1>; #dma-cells = <1>;
}; };
ahb: ahb { ahb: ahb@6000c004 {
compatible = "nvidia,tegra114-ahb", "nvidia,tegra30-ahb"; compatible = "nvidia,tegra114-ahb", "nvidia,tegra30-ahb";
reg = <0x6000c004 0x14c>; reg = <0x6000c004 0x14c>;
}; };
gpio: gpio { gpio: gpio@6000d000 {
compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio"; compatible = "nvidia,tegra114-gpio", "nvidia,tegra30-gpio";
reg = <0x6000d000 0x1000>; reg = <0x6000d000 0x1000>;
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
...@@ -109,7 +109,7 @@ gpio: gpio { ...@@ -109,7 +109,7 @@ gpio: gpio {
interrupt-controller; interrupt-controller;
}; };
pinmux: pinmux { pinmux: pinmux@70000868 {
compatible = "nvidia,tegra114-pinmux"; compatible = "nvidia,tegra114-pinmux";
reg = <0x70000868 0x148 /* Pad control registers */ reg = <0x70000868 0x148 /* Pad control registers */
0x70003000 0x40c>; /* Mux registers */ 0x70003000 0x40c>; /* Mux registers */
...@@ -175,7 +175,7 @@ uartd: serial@70006300 { ...@@ -175,7 +175,7 @@ uartd: serial@70006300 {
status = "disabled"; status = "disabled";
}; };
pwm: pwm { pwm: pwm@7000a000 {
compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm"; compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm";
reg = <0x7000a000 0x100>; reg = <0x7000a000 0x100>;
#pwm-cells = <2>; #pwm-cells = <2>;
...@@ -350,14 +350,14 @@ spi@7000de00 { ...@@ -350,14 +350,14 @@ spi@7000de00 {
status = "disabled"; status = "disabled";
}; };
rtc { rtc@7000e000 {
compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc"; compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc";
reg = <0x7000e000 0x100>; reg = <0x7000e000 0x100>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA114_CLK_RTC>; clocks = <&tegra_car TEGRA114_CLK_RTC>;
}; };
kbc { kbc@7000e200 {
compatible = "nvidia,tegra114-kbc"; compatible = "nvidia,tegra114-kbc";
reg = <0x7000e200 0x100>; reg = <0x7000e200 0x100>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
...@@ -367,14 +367,14 @@ kbc { ...@@ -367,14 +367,14 @@ kbc {
status = "disabled"; status = "disabled";
}; };
pmc { pmc@7000e400 {
compatible = "nvidia,tegra114-pmc"; compatible = "nvidia,tegra114-pmc";
reg = <0x7000e400 0x400>; reg = <0x7000e400 0x400>;
clocks = <&tegra_car TEGRA114_CLK_PCLK>, <&clk32k_in>; clocks = <&tegra_car TEGRA114_CLK_PCLK>, <&clk32k_in>;
clock-names = "pclk", "clk32k_in"; clock-names = "pclk", "clk32k_in";
}; };
iommu { iommu@70019010 {
compatible = "nvidia,tegra114-smmu", "nvidia,tegra30-smmu"; compatible = "nvidia,tegra114-smmu", "nvidia,tegra30-smmu";
reg = <0x70019010 0x02c reg = <0x70019010 0x02c
0x700191f0 0x010 0x700191f0 0x010
...@@ -385,7 +385,7 @@ iommu { ...@@ -385,7 +385,7 @@ iommu {
nvidia,ahb = <&ahb>; nvidia,ahb = <&ahb>;
}; };
ahub { ahub@70080000 {
compatible = "nvidia,tegra114-ahub"; compatible = "nvidia,tegra114-ahub";
reg = <0x70080000 0x200>, reg = <0x70080000 0x200>,
<0x70080200 0x100>, <0x70080200 0x100>,
......
...@@ -8,8 +8,8 @@ memory { ...@@ -8,8 +8,8 @@ memory {
reg = <0x00000000 0x20000000>; reg = <0x00000000 0x20000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
pll-supply = <&hdmi_pll_reg>; pll-supply = <&hdmi_pll_reg>;
...@@ -19,7 +19,7 @@ hdmi { ...@@ -19,7 +19,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -362,7 +362,7 @@ temperature-sensor@4c { ...@@ -362,7 +362,7 @@ temperature-sensor@4c {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <5000>; nvidia,cpu-pwr-good-time = <5000>;
nvidia,cpu-pwr-off-time = <5000>; nvidia,cpu-pwr-off-time = <5000>;
...@@ -442,7 +442,7 @@ emc-table@333000 { ...@@ -442,7 +442,7 @@ emc-table@333000 {
}; };
}; };
ac97: ac97 { ac97: ac97@70002000 {
status = "okay"; status = "okay";
nvidia,codec-reset-gpio = <&gpio TEGRA_GPIO(V, 0) nvidia,codec-reset-gpio = <&gpio TEGRA_GPIO(V, 0)
GPIO_ACTIVE_HIGH>; GPIO_ACTIVE_HIGH>;
...@@ -471,7 +471,7 @@ clocks { ...@@ -471,7 +471,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -10,8 +10,8 @@ memory { ...@@ -10,8 +10,8 @@ memory {
reg = <0x00000000 0x40000000>; reg = <0x00000000 0x40000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
...@@ -23,7 +23,7 @@ hdmi { ...@@ -23,7 +23,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -415,7 +415,7 @@ temperature-sensor@4c { ...@@ -415,7 +415,7 @@ temperature-sensor@4c {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <5000>; nvidia,cpu-pwr-good-time = <5000>;
...@@ -425,7 +425,7 @@ pmc { ...@@ -425,7 +425,7 @@ pmc {
nvidia,sys-clock-req-active-high; nvidia,sys-clock-req-active-high;
}; };
pcie-controller { pcie-controller@80003000 {
pex-clk-supply = <&pci_clk_reg>; pex-clk-supply = <&pci_clk_reg>;
vdd-supply = <&pci_vdd_reg>; vdd-supply = <&pci_vdd_reg>;
status = "okay"; status = "okay";
...@@ -488,7 +488,7 @@ clocks { ...@@ -488,7 +488,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
...@@ -507,7 +507,7 @@ power { ...@@ -507,7 +507,7 @@ power {
}; };
}; };
kbc { kbc@7000e200 {
status = "okay"; status = "okay";
nvidia,debounce-delay-ms = <2>; nvidia,debounce-delay-ms = <2>;
nvidia,repeat-delay-ms = <160>; nvidia,repeat-delay-ms = <160>;
......
...@@ -6,13 +6,13 @@ / { ...@@ -6,13 +6,13 @@ / {
model = "Toradex Colibri T20 512MB on Iris"; model = "Toradex Colibri T20 512MB on Iris";
compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20"; compatible = "toradex,iris", "toradex,colibri_t20-512", "nvidia,tegra20";
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
}; };
}; };
pinmux { pinmux@70000014 {
state_default: pinmux { state_default: pinmux {
hdint { hdint {
nvidia,tristate = <0>; nvidia,tristate = <0>;
......
...@@ -6,7 +6,7 @@ / { ...@@ -6,7 +6,7 @@ / {
model = "Avionic Design Medcom-Wide board"; model = "Avionic Design Medcom-Wide board";
compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20"; compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20";
pwm { pwm@7000a000 {
status = "okay"; status = "okay";
}; };
......
...@@ -10,8 +10,8 @@ memory { ...@@ -10,8 +10,8 @@ memory {
reg = <0x00000000 0x20000000>; reg = <0x00000000 0x20000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
...@@ -23,7 +23,7 @@ hdmi { ...@@ -23,7 +23,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -268,7 +268,7 @@ hdmi_ddc: i2c@7000c400 { ...@@ -268,7 +268,7 @@ hdmi_ddc: i2c@7000c400 {
clock-frequency = <100000>; clock-frequency = <100000>;
}; };
nvec { nvec@7000c500 {
compatible = "nvidia,nvec"; compatible = "nvidia,nvec";
reg = <0x7000c500 0x100>; reg = <0x7000c500 0x100>;
interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
...@@ -417,7 +417,7 @@ adt7461@4c { ...@@ -417,7 +417,7 @@ adt7461@4c {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <2000>; nvidia,cpu-pwr-good-time = <2000>;
...@@ -474,7 +474,7 @@ clocks { ...@@ -474,7 +474,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -6,8 +6,8 @@ / { ...@@ -6,8 +6,8 @@ / {
model = "Avionic Design Plutux board"; model = "Avionic Design Plutux board";
compatible = "ad,plutux", "ad,tamonten", "nvidia,tegra20"; compatible = "ad,plutux", "ad,tamonten", "nvidia,tegra20";
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
}; };
}; };
......
...@@ -10,8 +10,8 @@ memory { ...@@ -10,8 +10,8 @@ memory {
reg = <0x00000000 0x40000000>; reg = <0x00000000 0x40000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
...@@ -23,7 +23,7 @@ hdmi { ...@@ -23,7 +23,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -516,7 +516,7 @@ magnetometer@c { ...@@ -516,7 +516,7 @@ magnetometer@c {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <5000>; nvidia,cpu-pwr-good-time = <5000>;
...@@ -621,7 +621,7 @@ clocks { ...@@ -621,7 +621,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
...@@ -649,7 +649,7 @@ lid { ...@@ -649,7 +649,7 @@ lid {
}; };
}; };
kbc { kbc@7000e200 {
status = "okay"; status = "okay";
nvidia,debounce-delay-ms = <32>; nvidia,debounce-delay-ms = <32>;
nvidia,repeat-delay-ms = <160>; nvidia,repeat-delay-ms = <160>;
......
...@@ -8,8 +8,8 @@ memory { ...@@ -8,8 +8,8 @@ memory {
reg = <0x00000000 0x20000000>; reg = <0x00000000 0x20000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
pll-supply = <&hdmi_pll_reg>; pll-supply = <&hdmi_pll_reg>;
...@@ -19,7 +19,7 @@ hdmi { ...@@ -19,7 +19,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -457,7 +457,7 @@ temperature-sensor@4c { ...@@ -457,7 +457,7 @@ temperature-sensor@4c {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <5000>; nvidia,cpu-pwr-good-time = <5000>;
...@@ -467,7 +467,7 @@ pmc { ...@@ -467,7 +467,7 @@ pmc {
nvidia,sys-clock-req-active-high; nvidia,sys-clock-req-active-high;
}; };
pcie-controller { pcie-controller@80003000 {
pex-clk-supply = <&pci_clk_reg>; pex-clk-supply = <&pci_clk_reg>;
vdd-supply = <&pci_vdd_reg>; vdd-supply = <&pci_vdd_reg>;
}; };
...@@ -492,7 +492,7 @@ clocks { ...@@ -492,7 +492,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -6,8 +6,8 @@ / { ...@@ -6,8 +6,8 @@ / {
model = "Avionic Design Tamonten Evaluation Carrier"; model = "Avionic Design Tamonten Evaluation Carrier";
compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20"; compatible = "ad,tec", "ad,tamonten", "nvidia,tegra20";
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
}; };
}; };
...@@ -32,7 +32,7 @@ wm8903: wm8903@1a { ...@@ -32,7 +32,7 @@ wm8903: wm8903@1a {
}; };
}; };
pcie-controller { pcie-controller@80003000 {
status = "okay"; status = "okay";
pci@1,0 { pci@1,0 {
......
...@@ -10,8 +10,8 @@ memory { ...@@ -10,8 +10,8 @@ memory {
reg = <0x00000000 0x40000000>; reg = <0x00000000 0x40000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
...@@ -23,7 +23,7 @@ hdmi { ...@@ -23,7 +23,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -301,7 +301,7 @@ rtc@56 { ...@@ -301,7 +301,7 @@ rtc@56 {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <5000>; nvidia,cpu-pwr-good-time = <5000>;
nvidia,cpu-pwr-off-time = <5000>; nvidia,cpu-pwr-off-time = <5000>;
...@@ -310,7 +310,7 @@ pmc { ...@@ -310,7 +310,7 @@ pmc {
nvidia,sys-clock-req-active-high; nvidia,sys-clock-req-active-high;
}; };
pcie-controller { pcie-controller@80003000 {
status = "okay"; status = "okay";
pex-clk-supply = <&pci_clk_reg>; pex-clk-supply = <&pci_clk_reg>;
vdd-supply = <&pci_vdd_reg>; vdd-supply = <&pci_vdd_reg>;
...@@ -366,7 +366,7 @@ clocks { ...@@ -366,7 +366,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -10,8 +10,8 @@ memory { ...@@ -10,8 +10,8 @@ memory {
reg = <0x00000000 0x40000000>; reg = <0x00000000 0x40000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
...@@ -23,7 +23,7 @@ hdmi { ...@@ -23,7 +23,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -492,7 +492,7 @@ temperature-sensor@4c { ...@@ -492,7 +492,7 @@ temperature-sensor@4c {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <2000>; nvidia,cpu-pwr-good-time = <2000>;
...@@ -556,7 +556,7 @@ clocks { ...@@ -556,7 +556,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -10,8 +10,8 @@ memory { ...@@ -10,8 +10,8 @@ memory {
reg = <0x00000000 0x20000000>; reg = <0x00000000 0x20000000>;
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
vdd-supply = <&hdmi_vdd_reg>; vdd-supply = <&hdmi_vdd_reg>;
...@@ -23,7 +23,7 @@ hdmi { ...@@ -23,7 +23,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000014 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -495,7 +495,7 @@ vrtc { ...@@ -495,7 +495,7 @@ vrtc {
}; };
}; };
pmc { pmc@7000e400 {
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
nvidia,cpu-pwr-good-time = <2000>; nvidia,cpu-pwr-good-time = <2000>;
...@@ -543,7 +543,7 @@ clocks { ...@@ -543,7 +543,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
...@@ -551,7 +551,7 @@ clk32k_in: clock { ...@@ -551,7 +551,7 @@ clk32k_in: clock {
}; };
}; };
kbc { kbc@7000e200 {
status = "okay"; status = "okay";
nvidia,debounce-delay-ms = <20>; nvidia,debounce-delay-ms = <20>;
nvidia,repeat-delay-ms = <160>; nvidia,repeat-delay-ms = <160>;
...@@ -569,7 +569,7 @@ regulators { ...@@ -569,7 +569,7 @@ regulators {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
usb0_vbus_reg: regulator { usb0_vbus_reg: regulator@0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
reg = <0>; reg = <0>;
regulator-name = "usb0_vbus"; regulator-name = "usb0_vbus";
......
...@@ -16,7 +16,7 @@ aliases { ...@@ -16,7 +16,7 @@ aliases {
serial4 = &uarte; serial4 = &uarte;
}; };
host1x { host1x@50000000 {
compatible = "nvidia,tegra20-host1x", "simple-bus"; compatible = "nvidia,tegra20-host1x", "simple-bus";
reg = <0x50000000 0x00024000>; reg = <0x50000000 0x00024000>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */ interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
...@@ -30,7 +30,7 @@ host1x { ...@@ -30,7 +30,7 @@ host1x {
ranges = <0x54000000 0x54000000 0x04000000>; ranges = <0x54000000 0x54000000 0x04000000>;
mpe { mpe@54040000 {
compatible = "nvidia,tegra20-mpe"; compatible = "nvidia,tegra20-mpe";
reg = <0x54040000 0x00040000>; reg = <0x54040000 0x00040000>;
interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
...@@ -39,7 +39,7 @@ mpe { ...@@ -39,7 +39,7 @@ mpe {
reset-names = "mpe"; reset-names = "mpe";
}; };
vi { vi@54080000 {
compatible = "nvidia,tegra20-vi"; compatible = "nvidia,tegra20-vi";
reg = <0x54080000 0x00040000>; reg = <0x54080000 0x00040000>;
interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
...@@ -48,7 +48,7 @@ vi { ...@@ -48,7 +48,7 @@ vi {
reset-names = "vi"; reset-names = "vi";
}; };
epp { epp@540c0000 {
compatible = "nvidia,tegra20-epp"; compatible = "nvidia,tegra20-epp";
reg = <0x540c0000 0x00040000>; reg = <0x540c0000 0x00040000>;
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
...@@ -57,7 +57,7 @@ epp { ...@@ -57,7 +57,7 @@ epp {
reset-names = "epp"; reset-names = "epp";
}; };
isp { isp@54100000 {
compatible = "nvidia,tegra20-isp"; compatible = "nvidia,tegra20-isp";
reg = <0x54100000 0x00040000>; reg = <0x54100000 0x00040000>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
...@@ -66,7 +66,7 @@ isp { ...@@ -66,7 +66,7 @@ isp {
reset-names = "isp"; reset-names = "isp";
}; };
gr2d { gr2d@54140000 {
compatible = "nvidia,tegra20-gr2d"; compatible = "nvidia,tegra20-gr2d";
reg = <0x54140000 0x00040000>; reg = <0x54140000 0x00040000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
...@@ -75,9 +75,9 @@ gr2d { ...@@ -75,9 +75,9 @@ gr2d {
reset-names = "2d"; reset-names = "2d";
}; };
gr3d { gr3d@54140000 {
compatible = "nvidia,tegra20-gr3d"; compatible = "nvidia,tegra20-gr3d";
reg = <0x54180000 0x00040000>; reg = <0x54140000 0x00040000>;
clocks = <&tegra_car TEGRA20_CLK_GR3D>; clocks = <&tegra_car TEGRA20_CLK_GR3D>;
resets = <&tegra_car 24>; resets = <&tegra_car 24>;
reset-names = "3d"; reset-names = "3d";
...@@ -113,7 +113,7 @@ rgb { ...@@ -113,7 +113,7 @@ rgb {
}; };
}; };
hdmi { hdmi@54280000 {
compatible = "nvidia,tegra20-hdmi"; compatible = "nvidia,tegra20-hdmi";
reg = <0x54280000 0x00040000>; reg = <0x54280000 0x00040000>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
...@@ -125,7 +125,7 @@ hdmi { ...@@ -125,7 +125,7 @@ hdmi {
status = "disabled"; status = "disabled";
}; };
tvo { tvo@542c0000 {
compatible = "nvidia,tegra20-tvo"; compatible = "nvidia,tegra20-tvo";
reg = <0x542c0000 0x00040000>; reg = <0x542c0000 0x00040000>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
...@@ -133,9 +133,9 @@ tvo { ...@@ -133,9 +133,9 @@ tvo {
status = "disabled"; status = "disabled";
}; };
dsi { dsi@542c0000 {
compatible = "nvidia,tegra20-dsi"; compatible = "nvidia,tegra20-dsi";
reg = <0x54300000 0x00040000>; reg = <0x542c0000 0x00040000>;
clocks = <&tegra_car TEGRA20_CLK_DSI>; clocks = <&tegra_car TEGRA20_CLK_DSI>;
resets = <&tegra_car 48>; resets = <&tegra_car 48>;
reset-names = "dsi"; reset-names = "dsi";
...@@ -151,7 +151,7 @@ timer@50004600 { ...@@ -151,7 +151,7 @@ timer@50004600 {
clocks = <&tegra_car TEGRA20_CLK_TWD>; clocks = <&tegra_car TEGRA20_CLK_TWD>;
}; };
intc: interrupt-controller { intc: interrupt-controller@50041000 {
compatible = "arm,cortex-a9-gic"; compatible = "arm,cortex-a9-gic";
reg = <0x50041000 0x1000 reg = <0x50041000 0x1000
0x50040100 0x0100>; 0x50040100 0x0100>;
...@@ -159,7 +159,7 @@ intc: interrupt-controller { ...@@ -159,7 +159,7 @@ intc: interrupt-controller {
#interrupt-cells = <3>; #interrupt-cells = <3>;
}; };
cache-controller { cache-controller@50043000 {
compatible = "arm,pl310-cache"; compatible = "arm,pl310-cache";
reg = <0x50043000 0x1000>; reg = <0x50043000 0x1000>;
arm,data-latency = <5 5 2>; arm,data-latency = <5 5 2>;
...@@ -178,14 +178,14 @@ timer@60005000 { ...@@ -178,14 +178,14 @@ timer@60005000 {
clocks = <&tegra_car TEGRA20_CLK_TIMER>; clocks = <&tegra_car TEGRA20_CLK_TIMER>;
}; };
tegra_car: clock { tegra_car: clock@60006000 {
compatible = "nvidia,tegra20-car"; compatible = "nvidia,tegra20-car";
reg = <0x60006000 0x1000>; reg = <0x60006000 0x1000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
}; };
apbdma: dma { apbdma: dma@6000a000 {
compatible = "nvidia,tegra20-apbdma"; compatible = "nvidia,tegra20-apbdma";
reg = <0x6000a000 0x1200>; reg = <0x6000a000 0x1200>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
...@@ -210,12 +210,12 @@ apbdma: dma { ...@@ -210,12 +210,12 @@ apbdma: dma {
#dma-cells = <1>; #dma-cells = <1>;
}; };
ahb { ahb@6000c004 {
compatible = "nvidia,tegra20-ahb"; compatible = "nvidia,tegra20-ahb";
reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */ reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
}; };
gpio: gpio { gpio: gpio@6000d000 {
compatible = "nvidia,tegra20-gpio"; compatible = "nvidia,tegra20-gpio";
reg = <0x6000d000 0x1000>; reg = <0x6000d000 0x1000>;
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
...@@ -231,7 +231,7 @@ gpio: gpio { ...@@ -231,7 +231,7 @@ gpio: gpio {
interrupt-controller; interrupt-controller;
}; };
pinmux: pinmux { pinmux: pinmux@70000014 {
compatible = "nvidia,tegra20-pinmux"; compatible = "nvidia,tegra20-pinmux";
reg = <0x70000014 0x10 /* Tri-state registers */ reg = <0x70000014 0x10 /* Tri-state registers */
0x70000080 0x20 /* Mux registers */ 0x70000080 0x20 /* Mux registers */
...@@ -239,12 +239,12 @@ pinmux: pinmux { ...@@ -239,12 +239,12 @@ pinmux: pinmux {
0x70000868 0xa8>; /* Pad control registers */ 0x70000868 0xa8>; /* Pad control registers */
}; };
das { das@70000c00 {
compatible = "nvidia,tegra20-das"; compatible = "nvidia,tegra20-das";
reg = <0x70000c00 0x80>; reg = <0x70000c00 0x80>;
}; };
tegra_ac97: ac97 { tegra_ac97: ac97@70002000 {
compatible = "nvidia,tegra20-ac97"; compatible = "nvidia,tegra20-ac97";
reg = <0x70002000 0x200>; reg = <0x70002000 0x200>;
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
...@@ -352,7 +352,7 @@ uarte: serial@70006400 { ...@@ -352,7 +352,7 @@ uarte: serial@70006400 {
status = "disabled"; status = "disabled";
}; };
pwm: pwm { pwm: pwm@7000a000 {
compatible = "nvidia,tegra20-pwm"; compatible = "nvidia,tegra20-pwm";
reg = <0x7000a000 0x100>; reg = <0x7000a000 0x100>;
#pwm-cells = <2>; #pwm-cells = <2>;
...@@ -362,7 +362,7 @@ pwm: pwm { ...@@ -362,7 +362,7 @@ pwm: pwm {
status = "disabled"; status = "disabled";
}; };
rtc { rtc@7000e000 {
compatible = "nvidia,tegra20-rtc"; compatible = "nvidia,tegra20-rtc";
reg = <0x7000e000 0x100>; reg = <0x7000e000 0x100>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
...@@ -503,7 +503,7 @@ spi@7000da00 { ...@@ -503,7 +503,7 @@ spi@7000da00 {
status = "disabled"; status = "disabled";
}; };
kbc { kbc@7000e200 {
compatible = "nvidia,tegra20-kbc"; compatible = "nvidia,tegra20-kbc";
reg = <0x7000e200 0x100>; reg = <0x7000e200 0x100>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
...@@ -513,7 +513,7 @@ kbc { ...@@ -513,7 +513,7 @@ kbc {
status = "disabled"; status = "disabled";
}; };
pmc { pmc@7000e400 {
compatible = "nvidia,tegra20-pmc"; compatible = "nvidia,tegra20-pmc";
reg = <0x7000e400 0x400>; reg = <0x7000e400 0x400>;
clocks = <&tegra_car TEGRA20_CLK_PCLK>, <&clk32k_in>; clocks = <&tegra_car TEGRA20_CLK_PCLK>, <&clk32k_in>;
...@@ -527,7 +527,7 @@ memory-controller@7000f000 { ...@@ -527,7 +527,7 @@ memory-controller@7000f000 {
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
}; };
iommu { iommu@7000f024 {
compatible = "nvidia,tegra20-gart"; compatible = "nvidia,tegra20-gart";
reg = <0x7000f024 0x00000018 /* controller registers */ reg = <0x7000f024 0x00000018 /* controller registers */
0x58000000 0x02000000>; /* GART aperture */ 0x58000000 0x02000000>; /* GART aperture */
...@@ -540,7 +540,7 @@ memory-controller@7000f400 { ...@@ -540,7 +540,7 @@ memory-controller@7000f400 {
#size-cells = <0>; #size-cells = <0>;
}; };
pcie-controller { pcie-controller@80003000 {
compatible = "nvidia,tegra20-pcie"; compatible = "nvidia,tegra20-pcie";
device_type = "pci"; device_type = "pci";
reg = <0x80003000 0x00000800 /* PADS registers */ reg = <0x80003000 0x00000800 /* PADS registers */
......
...@@ -10,7 +10,7 @@ memory { ...@@ -10,7 +10,7 @@ memory {
reg = <0x80000000 0x7ff00000>; reg = <0x80000000 0x7ff00000>;
}; };
pcie-controller { pcie-controller@00003000 {
status = "okay"; status = "okay";
pex-clk-supply = <&sys_3v3_pexs_reg>; pex-clk-supply = <&sys_3v3_pexs_reg>;
vdd-supply = <&ldo1_reg>; vdd-supply = <&ldo1_reg>;
...@@ -31,8 +31,8 @@ pci@3,0 { ...@@ -31,8 +31,8 @@ pci@3,0 {
}; };
}; };
host1x { host1x@50000000 {
hdmi { hdmi@54280000 {
status = "okay"; status = "okay";
vdd-supply = <&sys_3v3_reg>; vdd-supply = <&sys_3v3_reg>;
...@@ -44,7 +44,7 @@ hdmi { ...@@ -44,7 +44,7 @@ hdmi {
}; };
}; };
pinmux { pinmux@70000868 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -159,7 +159,7 @@ i2c@7000d000 { ...@@ -159,7 +159,7 @@ i2c@7000d000 {
status = "okay"; status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
rt5640: rt5640 { rt5640: rt5640@1c {
compatible = "realtek,rt5640"; compatible = "realtek,rt5640";
reg = <0x1c>; reg = <0x1c>;
interrupt-parent = <&gpio>; interrupt-parent = <&gpio>;
...@@ -168,7 +168,7 @@ rt5640: rt5640 { ...@@ -168,7 +168,7 @@ rt5640: rt5640 {
<&gpio TEGRA_GPIO(X, 2) GPIO_ACTIVE_HIGH>; <&gpio TEGRA_GPIO(X, 2) GPIO_ACTIVE_HIGH>;
}; };
tps62361 { tps62361@60 {
compatible = "ti,tps62361"; compatible = "ti,tps62361";
reg = <0x60>; reg = <0x60>;
...@@ -296,13 +296,13 @@ spi-flash@1 { ...@@ -296,13 +296,13 @@ spi-flash@1 {
}; };
}; };
ahub { ahub@70080000 {
i2s@70080400 { i2s@70080400 {
status = "okay"; status = "okay";
}; };
}; };
pmc { pmc@7000e400 {
status = "okay"; status = "okay";
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
...@@ -342,7 +342,7 @@ clocks { ...@@ -342,7 +342,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -31,7 +31,7 @@ memory { ...@@ -31,7 +31,7 @@ memory {
reg = <0x80000000 0x40000000>; reg = <0x80000000 0x40000000>;
}; };
pcie-controller { pcie-controller@00003000 {
status = "okay"; status = "okay";
pex-clk-supply = <&pex_hvdd_3v3_reg>; pex-clk-supply = <&pex_hvdd_3v3_reg>;
vdd-supply = <&ldo1_reg>; vdd-supply = <&ldo1_reg>;
...@@ -51,7 +51,7 @@ pci@3,0 { ...@@ -51,7 +51,7 @@ pci@3,0 {
}; };
}; };
pinmux { pinmux@70000868 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&state_default>; pinctrl-0 = <&state_default>;
...@@ -302,7 +302,7 @@ temperature-sensor@4c { ...@@ -302,7 +302,7 @@ temperature-sensor@4c {
interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>; interrupts = <TEGRA_GPIO(CC, 2) IRQ_TYPE_LEVEL_LOW>;
}; };
tps62361 { tps62361@60 {
compatible = "ti,tps62361"; compatible = "ti,tps62361";
reg = <0x60>; reg = <0x60>;
...@@ -326,13 +326,13 @@ spi-flash@1 { ...@@ -326,13 +326,13 @@ spi-flash@1 {
}; };
}; };
ahub { ahub@70080000 {
i2s@70080400 { i2s@70080400 {
status = "okay"; status = "okay";
}; };
}; };
pmc { pmc@7000e400 {
status = "okay"; status = "okay";
nvidia,invert-interrupt; nvidia,invert-interrupt;
nvidia,suspend-mode = <1>; nvidia,suspend-mode = <1>;
...@@ -372,7 +372,7 @@ clocks { ...@@ -372,7 +372,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -16,7 +16,7 @@ aliases { ...@@ -16,7 +16,7 @@ aliases {
serial4 = &uarte; serial4 = &uarte;
}; };
pcie-controller { pcie-controller@00003000 {
compatible = "nvidia,tegra30-pcie"; compatible = "nvidia,tegra30-pcie";
device_type = "pci"; device_type = "pci";
reg = <0x00003000 0x00000800 /* PADS registers */ reg = <0x00003000 0x00000800 /* PADS registers */
...@@ -89,7 +89,7 @@ pci@3,0 { ...@@ -89,7 +89,7 @@ pci@3,0 {
}; };
}; };
host1x { host1x@50000000 {
compatible = "nvidia,tegra30-host1x", "simple-bus"; compatible = "nvidia,tegra30-host1x", "simple-bus";
reg = <0x50000000 0x00024000>; reg = <0x50000000 0x00024000>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */ interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
...@@ -103,7 +103,7 @@ host1x { ...@@ -103,7 +103,7 @@ host1x {
ranges = <0x54000000 0x54000000 0x04000000>; ranges = <0x54000000 0x54000000 0x04000000>;
mpe { mpe@54040000 {
compatible = "nvidia,tegra30-mpe"; compatible = "nvidia,tegra30-mpe";
reg = <0x54040000 0x00040000>; reg = <0x54040000 0x00040000>;
interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
...@@ -112,7 +112,7 @@ mpe { ...@@ -112,7 +112,7 @@ mpe {
reset-names = "mpe"; reset-names = "mpe";
}; };
vi { vi@54080000 {
compatible = "nvidia,tegra30-vi"; compatible = "nvidia,tegra30-vi";
reg = <0x54080000 0x00040000>; reg = <0x54080000 0x00040000>;
interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
...@@ -121,7 +121,7 @@ vi { ...@@ -121,7 +121,7 @@ vi {
reset-names = "vi"; reset-names = "vi";
}; };
epp { epp@540c0000 {
compatible = "nvidia,tegra30-epp"; compatible = "nvidia,tegra30-epp";
reg = <0x540c0000 0x00040000>; reg = <0x540c0000 0x00040000>;
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
...@@ -130,7 +130,7 @@ epp { ...@@ -130,7 +130,7 @@ epp {
reset-names = "epp"; reset-names = "epp";
}; };
isp { isp@54100000 {
compatible = "nvidia,tegra30-isp"; compatible = "nvidia,tegra30-isp";
reg = <0x54100000 0x00040000>; reg = <0x54100000 0x00040000>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
...@@ -139,7 +139,7 @@ isp { ...@@ -139,7 +139,7 @@ isp {
reset-names = "isp"; reset-names = "isp";
}; };
gr2d { gr2d@54140000 {
compatible = "nvidia,tegra30-gr2d"; compatible = "nvidia,tegra30-gr2d";
reg = <0x54140000 0x00040000>; reg = <0x54140000 0x00040000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
...@@ -148,7 +148,7 @@ gr2d { ...@@ -148,7 +148,7 @@ gr2d {
clocks = <&tegra_car TEGRA30_CLK_GR2D>; clocks = <&tegra_car TEGRA30_CLK_GR2D>;
}; };
gr3d { gr3d@54180000 {
compatible = "nvidia,tegra30-gr3d"; compatible = "nvidia,tegra30-gr3d";
reg = <0x54180000 0x00040000>; reg = <0x54180000 0x00040000>;
clocks = <&tegra_car TEGRA30_CLK_GR3D clocks = <&tegra_car TEGRA30_CLK_GR3D
...@@ -189,7 +189,7 @@ rgb { ...@@ -189,7 +189,7 @@ rgb {
}; };
}; };
hdmi { hdmi@54280000 {
compatible = "nvidia,tegra30-hdmi"; compatible = "nvidia,tegra30-hdmi";
reg = <0x54280000 0x00040000>; reg = <0x54280000 0x00040000>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
...@@ -201,7 +201,7 @@ hdmi { ...@@ -201,7 +201,7 @@ hdmi {
status = "disabled"; status = "disabled";
}; };
tvo { tvo@542c0000 {
compatible = "nvidia,tegra30-tvo"; compatible = "nvidia,tegra30-tvo";
reg = <0x542c0000 0x00040000>; reg = <0x542c0000 0x00040000>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
...@@ -209,7 +209,7 @@ tvo { ...@@ -209,7 +209,7 @@ tvo {
status = "disabled"; status = "disabled";
}; };
dsi { dsi@54300000 {
compatible = "nvidia,tegra30-dsi"; compatible = "nvidia,tegra30-dsi";
reg = <0x54300000 0x00040000>; reg = <0x54300000 0x00040000>;
clocks = <&tegra_car TEGRA30_CLK_DSIA>; clocks = <&tegra_car TEGRA30_CLK_DSIA>;
...@@ -227,7 +227,7 @@ timer@50004600 { ...@@ -227,7 +227,7 @@ timer@50004600 {
clocks = <&tegra_car TEGRA30_CLK_TWD>; clocks = <&tegra_car TEGRA30_CLK_TWD>;
}; };
intc: interrupt-controller { intc: interrupt-controller@50041000 {
compatible = "arm,cortex-a9-gic"; compatible = "arm,cortex-a9-gic";
reg = <0x50041000 0x1000 reg = <0x50041000 0x1000
0x50040100 0x0100>; 0x50040100 0x0100>;
...@@ -235,7 +235,7 @@ intc: interrupt-controller { ...@@ -235,7 +235,7 @@ intc: interrupt-controller {
#interrupt-cells = <3>; #interrupt-cells = <3>;
}; };
cache-controller { cache-controller@50043000 {
compatible = "arm,pl310-cache"; compatible = "arm,pl310-cache";
reg = <0x50043000 0x1000>; reg = <0x50043000 0x1000>;
arm,data-latency = <6 6 2>; arm,data-latency = <6 6 2>;
...@@ -256,14 +256,14 @@ timer@60005000 { ...@@ -256,14 +256,14 @@ timer@60005000 {
clocks = <&tegra_car TEGRA30_CLK_TIMER>; clocks = <&tegra_car TEGRA30_CLK_TIMER>;
}; };
tegra_car: clock { tegra_car: clock@60006000 {
compatible = "nvidia,tegra30-car"; compatible = "nvidia,tegra30-car";
reg = <0x60006000 0x1000>; reg = <0x60006000 0x1000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
}; };
apbdma: dma { apbdma: dma@6000a000 {
compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma"; compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
reg = <0x6000a000 0x1400>; reg = <0x6000a000 0x1400>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
...@@ -304,12 +304,12 @@ apbdma: dma { ...@@ -304,12 +304,12 @@ apbdma: dma {
#dma-cells = <1>; #dma-cells = <1>;
}; };
ahb: ahb { ahb: ahb@6000c004 {
compatible = "nvidia,tegra30-ahb"; compatible = "nvidia,tegra30-ahb";
reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */ reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
}; };
gpio: gpio { gpio: gpio@6000d000 {
compatible = "nvidia,tegra30-gpio"; compatible = "nvidia,tegra30-gpio";
reg = <0x6000d000 0x1000>; reg = <0x6000d000 0x1000>;
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
...@@ -326,7 +326,7 @@ gpio: gpio { ...@@ -326,7 +326,7 @@ gpio: gpio {
interrupt-controller; interrupt-controller;
}; };
pinmux: pinmux { pinmux: pinmux@70000868 {
compatible = "nvidia,tegra30-pinmux"; compatible = "nvidia,tegra30-pinmux";
reg = <0x70000868 0xd4 /* Pad control registers */ reg = <0x70000868 0xd4 /* Pad control registers */
0x70003000 0x3e4>; /* Mux registers */ 0x70003000 0x3e4>; /* Mux registers */
...@@ -405,7 +405,7 @@ uarte: serial@70006400 { ...@@ -405,7 +405,7 @@ uarte: serial@70006400 {
status = "disabled"; status = "disabled";
}; };
pwm: pwm { pwm: pwm@7000a000 {
compatible = "nvidia,tegra30-pwm", "nvidia,tegra20-pwm"; compatible = "nvidia,tegra30-pwm", "nvidia,tegra20-pwm";
reg = <0x7000a000 0x100>; reg = <0x7000a000 0x100>;
#pwm-cells = <2>; #pwm-cells = <2>;
...@@ -415,7 +415,7 @@ pwm: pwm { ...@@ -415,7 +415,7 @@ pwm: pwm {
status = "disabled"; status = "disabled";
}; };
rtc { rtc@7000e000 {
compatible = "nvidia,tegra30-rtc", "nvidia,tegra20-rtc"; compatible = "nvidia,tegra30-rtc", "nvidia,tegra20-rtc";
reg = <0x7000e000 0x100>; reg = <0x7000e000 0x100>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
...@@ -586,7 +586,7 @@ spi@7000de00 { ...@@ -586,7 +586,7 @@ spi@7000de00 {
status = "disabled"; status = "disabled";
}; };
kbc { kbc@7000e200 {
compatible = "nvidia,tegra30-kbc", "nvidia,tegra20-kbc"; compatible = "nvidia,tegra30-kbc", "nvidia,tegra20-kbc";
reg = <0x7000e200 0x100>; reg = <0x7000e200 0x100>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
...@@ -596,14 +596,14 @@ kbc { ...@@ -596,14 +596,14 @@ kbc {
status = "disabled"; status = "disabled";
}; };
pmc { pmc@7000e400 {
compatible = "nvidia,tegra30-pmc"; compatible = "nvidia,tegra30-pmc";
reg = <0x7000e400 0x400>; reg = <0x7000e400 0x400>;
clocks = <&tegra_car TEGRA30_CLK_PCLK>, <&clk32k_in>; clocks = <&tegra_car TEGRA30_CLK_PCLK>, <&clk32k_in>;
clock-names = "pclk", "clk32k_in"; clock-names = "pclk", "clk32k_in";
}; };
memory-controller { memory-controller@7000f000 {
compatible = "nvidia,tegra30-mc"; compatible = "nvidia,tegra30-mc";
reg = <0x7000f000 0x010 reg = <0x7000f000 0x010
0x7000f03c 0x1b4 0x7000f03c 0x1b4
...@@ -612,7 +612,7 @@ memory-controller { ...@@ -612,7 +612,7 @@ memory-controller {
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
}; };
iommu { iommu@7000f010 {
compatible = "nvidia,tegra30-smmu"; compatible = "nvidia,tegra30-smmu";
reg = <0x7000f010 0x02c reg = <0x7000f010 0x02c
0x7000f1f0 0x010 0x7000f1f0 0x010
...@@ -622,7 +622,7 @@ iommu { ...@@ -622,7 +622,7 @@ iommu {
nvidia,ahb = <&ahb>; nvidia,ahb = <&ahb>;
}; };
ahub { ahub@70080000 {
compatible = "nvidia,tegra30-ahub"; compatible = "nvidia,tegra30-ahub";
reg = <0x70080000 0x200 reg = <0x70080000 0x200
0x70080200 0x100>; 0x70080200 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment