mirror of https://github.com/armbian/build.git
JetHome: JetHub D2 (j200) fix edge kernel dts
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
This commit is contained in:
parent
0de1801671
commit
5a6c1ae938
|
@ -1,4 +1,8 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Copyright (c) 2024 JetHome
|
||||
* Author: Viacheslav Bocharov <adeep@lexina.in>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
|
|
|
@ -462,6 +462,7 @@
|
|||
status = "disabled";
|
||||
pinctrl-0 = <&nor_pins>;
|
||||
pinctrl-names = "default";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
flash: nor-flash@0 {
|
||||
compatible = "sst,w25q256", "jedec,spi-nor";
|
||||
|
@ -500,6 +501,7 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&uart_b_pins>;
|
||||
pinctrl-names = "default";
|
||||
clock-frequency = <400000>;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue