Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d449121

Browse files
smaeulmmind
authored andcommitted
arm64: dts: rockchip: Add Pine64 PineNote board
The PineNote is a tablet from Pine64 based on the RK3566 SoC, featuring 4G/128G of storage, a 10.3" electrophoretic display (EPD) with two-color frontlight, both EMR and capacitive digitizers, dual-band wireless, quad-channel digital microphones, and stereo speakers. There are two existing variants of the board. v1.1 was contained in some early samples, and v1.2 was sold as the "PineNote Developer Edition". Signed-off-by: Samuel Holland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 79c5f0e commit d449121

File tree

4 files changed

+677
-0
lines changed

4 files changed

+677
-0
lines changed

arch/arm64/boot/dts/rockchip/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-rockpro64.dtb
5656
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-sapphire.dtb
5757
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-sapphire-excavator.dtb
5858
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399pro-rock-pi-n10.dtb
59+
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-pinenote-v1.1.dtb
60+
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-pinenote-v1.2.dtb
5961
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-quartz64-a.dtb
6062
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-evb1-v10.dtb
6163
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568-bpi-r2-pro.dtb
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
3+
/dts-v1/;
4+
5+
#include "rk3566-pinenote.dtsi"
6+
7+
/ {
8+
model = "Pine64 PineNote v1.1";
9+
compatible = "pine64,pinenote-v1.1", "pine64,pinenote", "rockchip,rk3566";
10+
};
11+
12+
&pmu_io_domains {
13+
vccio7-supply = <&vcc_1v8>;
14+
};
15+
16+
&spk_amp {
17+
VCC-supply = <&dcdc_boost>;
18+
};
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
3+
/dts-v1/;
4+
5+
#include "rk3566-pinenote.dtsi"
6+
7+
/ {
8+
model = "Pine64 PineNote v1.2";
9+
compatible = "pine64,pinenote-v1.2", "pine64,pinenote", "rockchip,rk3566";
10+
};
11+
12+
&pmu_io_domains {
13+
vccio7-supply = <&vcc_3v3>;
14+
};
15+
16+
&spk_amp {
17+
VCC-supply = <&vcc_bat>;
18+
};

0 commit comments

Comments
 (0)