mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-21 18:14:48 +08:00
5a85426506
There are no drivers in the kernel at present which can make use of the memory reserved by /memreserve/, so there is no point reserving it. Remove /memreserve/ to allow the user more memory. It's also unclear whether any future driver would actually require /memreserve/, or allocate memory through some other mechanism. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
82 lines
1.2 KiB
Plaintext
82 lines
1.2 KiB
Plaintext
/dts-v1/;
|
|
|
|
/include/ "tegra20.dtsi"
|
|
|
|
/ {
|
|
model = "Toshiba AC100 / Dynabook AZ";
|
|
compatible = "compal,paz00", "nvidia,tegra20";
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200n8 root=/dev/mmcblk0p1";
|
|
};
|
|
|
|
memory@0 {
|
|
reg = <0x00000000 0x20000000>;
|
|
};
|
|
|
|
i2c@7000c000 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000c400 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
i2c@7000c500 {
|
|
status = "disable";
|
|
};
|
|
|
|
nvec@7000c500 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "nvidia,nvec";
|
|
reg = <0x7000C500 0x100>;
|
|
interrupts = <124>;
|
|
clock-frequency = <80000>;
|
|
request-gpios = <&gpio 170 0>;
|
|
slave-addr = <138>;
|
|
};
|
|
|
|
i2c@7000d000 {
|
|
clock-frequency = <400000>;
|
|
};
|
|
|
|
serial@70006000 {
|
|
clock-frequency = <216000000>;
|
|
};
|
|
|
|
serial@70006040 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006200 {
|
|
status = "disable";
|
|
};
|
|
|
|
serial@70006300 {
|
|
clock-frequency = <216000000>;
|
|
};
|
|
|
|
serial@70006400 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000000 {
|
|
cd-gpios = <&gpio 173 0>; /* gpio PV5 */
|
|
wp-gpios = <&gpio 57 0>; /* gpio PH1 */
|
|
power-gpios = <&gpio 155 0>; /* gpio PT3 */
|
|
};
|
|
|
|
sdhci@c8000200 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000400 {
|
|
status = "disable";
|
|
};
|
|
|
|
sdhci@c8000600 {
|
|
support-8bit;
|
|
};
|
|
};
|