提交 0e4c9820 编写于 作者: S Sricharan R 提交者: Andy Gross

ARM: dts: ipq8074: Enable few peripherals for hk01 board

Reviewed-by: NAbhishek Sahu <absahu@codeaurora.org>
Acked-by: NBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: NSricharan R <sricharan@codeaurora.org>
Signed-off-by: NAndy Gross <andy.gross@linaro.org>
上级 33057e16
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
aliases { aliases {
serial0 = &blsp1_uart5; serial0 = &blsp1_uart5;
serial1 = &blsp1_uart3;
}; };
chosen { chosen {
...@@ -36,5 +37,58 @@ ...@@ -36,5 +37,58 @@
serial@78b3000 { serial@78b3000 {
status = "ok"; status = "ok";
}; };
spi@78b5000 {
status = "ok";
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <50000000>;
};
};
serial@78b1000 {
status = "ok";
};
i2c@78b6000 {
status = "ok";
};
dma@7984000 {
status = "ok";
};
nand@79b0000 {
status = "ok";
nand@0 {
reg = <0>;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
nand-bus-width = <8>;
};
};
phy@86000 {
status = "ok";
};
phy@8e000 {
status = "ok";
};
pci@20000000 {
status = "ok";
perst-gpio = <&tlmm 58 0x1>;
};
pci@10000000 {
status = "ok";
perst-gpio = <&tlmm 61 0x1>;
};
}; };
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册