forked from Minki/linux
797acf705b
Add complete bindings to instantiate and configure the codec and top-level audio complex on all currently supported boards using the Tegra+WM8903 audio driver. On those boards, disable the I2S2 controller since it isn't used. On boards not using the WM8903 codec, disable all the audio devices; they can be re-enabled once the relevant codec and ASoC machine drivers have been ported to device-tree. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
78 lines
969 B
Plaintext
78 lines
969 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "tegra20.dtsi"
|
|
|
|
/ {
|
|
model = "Compulab TrimSlice board";
|
|
compatible = "compulab,trimslice", "nvidia,tegra20";
|
|
|
|
memory@0 {
|
|
reg = < 0x00000000 0x40000000 >;
|
|
};
|
|
|
|
i2c@7000c000 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000c400 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000c500 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000d000 {
|
|
status = "disable";
|
|
};
|
|
|
|
i2s@70002800 {
|
|
status = "disable";
|
|
};
|
|
|
|
i2s@70002a00 {
|
|
status = "disable";
|
|
};
|
|
|
|
das@70000c00 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006000 {
|
|
clock-frequency = < 216000000 >;
|
|
};
|
|
|
|
serial@70006040 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006200 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006300 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006400 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000000 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000200 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000400 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000600 {
|
|
cd-gpios = <&gpio 121 0>;
|
|
wp-gpios = <&gpio 122 0>;
|
|
};
|
|
};
|